Html Css Color HEX #AF3BC0 Dark Orchid

📋 copy color: '#AF3BC0'

red 175 ◦ green 59 ◦ blue 192

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

Shades of Dark Orchid #AF3BC0

Tints of Dark Orchid #AF3BC0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.85%

 BLUE value IS 192 (75.39% from 255) = 45.07%

R = 41.08%
G = 13.85%
B = 45.07%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF3BC0 (or 0xAF3BC0) is known color: Dark Orchid. HEX triplet: AF, 3B and C0. RGB value is (175,59,192). Sum of RGB (Red+Green+Blue) = 175+59+192=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF3BC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BC0 is #50C43F. Grayscale: #6C6C6C. Windows color (decimal): -5293120 or 12598191. OLE color: 12598191.

HSL color Cylindrical-coordinate representation of color #AF3BC0: hue angle of 292.33º 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 #AF3BC0 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 59 192 -
CMYK 0.09 0.69 0 0.25
HSL 292.33º 0.53% 0.49% -
HSV(B) 292.33º 0.69% 0.75% -
XYZ 28.76 16.05 51.45 -
YUV 108.85 174.93 175.19 -
System Red Green Blue C M Y K H S L
Decimal 175 59 192 0.09 0.69 0 0.25 292.33 0.53 0.49
Hex AF 3B C0 9 45 0 19 124 35 31
Octal 257 73 300 11 105 0 31 444 65 61
Binary 10101111 111011 11000000 1001 1000101 0 11001 100100100 110101 110001

Color Harmonies of #AF3BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BC0

Black with #AF3BC0

Text Example


Text Example

White with #AF3BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BC0; }

 p { color: rgb(175,59,192); }

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

background-color css

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

 a { background-color: rgb(175,59,192); }

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

border-color css

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

 span { border-color: rgb(175,59,192); }

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