Html Css Color HEX #AF3ABE Dark Orchid

📋 copy color: '#AF3ABE'

red 175 ◦ green 58 ◦ blue 190

#AF3ABE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF3ABE

Tints of Dark Orchid #AF3ABE

RGB

 RED value IS 175 (68.75% from 255) = 41.37%

 GREEN value IS 58 (23.05% from 255) = 13.71%

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 41.37%
G = 13.71%
B = 44.92%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF3ABE (or 0xAF3ABE) is known color: Dark Orchid. HEX triplet: AF, 3A and BE. RGB value is (175,58,190). Sum of RGB (Red+Green+Blue) = 175+58+190=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF3ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ABE is #50C541. Grayscale: #6B6B6B. Windows color (decimal): -5293378 or 12466863. OLE color: 12466863.

HSL color Cylindrical-coordinate representation of color #AF3ABE: hue angle of 293.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3ABE is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 58 190 -
CMYK 0.08 0.69 0 0.25
HSL 293.18º 0.53% 0.49% -
HSV(B) 293.18º 0.69% 0.75% -
XYZ 28.49 15.86 50.27 -
YUV 108.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 175 58 190 0.08 0.69 0 0.25 293.18 0.53 0.49
Hex AF 3A BE 8 45 0 19 125 35 31
Octal 257 72 276 10 105 0 31 445 65 61
Binary 10101111 111010 10111110 1000 1000101 0 11001 100100101 110101 110001

Color Harmonies of #AF3ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3ABE

Black with #AF3ABE

Text Example


Text Example

White with #AF3ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3ABE; }

 p { color: rgb(175,58,190); }

 H1.HeaderClassName
 {
   color: #AF3ABE;
 }
 .AnyTagClassName
 {
   color: #AF3ABE;
 }
</style>

background-color css

<style>
 a { background-color: #AF3ABE; }

 a { background-color: rgb(175,58,190); }

 div.DivClassName
 {
   background-color: #AF3ABE;
 }
 .BgClassName
 {
   background-color: #AF3ABE;
 }
</style>

border-color css

<style>
 span { border-color: #AF3ABE; }

 span { border-color: rgb(175,58,190); }

 td.TdClassName
 {
   border-color: #AF3ABE;
 }
 .TagClassName
 {
   border-color: #AF3ABE;
 }
</style>