Html Css Color HEX #AF2CC8 Dark Orchid

📋 copy color: '#AF2CC8'

red 175 ◦ green 44 ◦ blue 200

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

Shades of Dark Orchid #AF2CC8

Tints of Dark Orchid #AF2CC8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.5%

 BLUE value IS 200 (78.52% from 255) = 47.73%

R = 41.77%
G = 10.5%
B = 47.73%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF2CC8 (or 0xAF2CC8) is known color: Dark Orchid. HEX triplet: AF, 2C and C8. RGB value is (175,44,200). Sum of RGB (Red+Green+Blue) = 175+44+200=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 200 (78.52% from 255 or 47.73% from 419); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF2CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CC8 is #50D337. Grayscale: #646464. Windows color (decimal): -5296952 or 13118639. OLE color: 13118639.

HSL color Cylindrical-coordinate representation of color #AF2CC8: hue angle of 290.38º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2CC8 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 44 200 -
CMYK 0.12 0.78 0 0.22
HSL 290.38º 0.64% 0.48% -
HSV(B) 290.38º 0.78% 0.78% -
XYZ 29.01 15.09 56.03 -
YUV 100.95 183.9 180.82 -
System Red Green Blue C M Y K H S L
Decimal 175 44 200 0.12 0.78 0 0.22 290.38 0.64 0.48
Hex AF 2C C8 C 4E 0 16 122 40 30
Octal 257 54 310 14 116 0 26 442 100 60
Binary 10101111 101100 11001000 1100 1001110 0 10110 100100010 1000000 110000

Color Harmonies of #AF2CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CC8

Black with #AF2CC8

Text Example


Text Example

White with #AF2CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CC8; }

 p { color: rgb(175,44,200); }

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

background-color css

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

 a { background-color: rgb(175,44,200); }

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

border-color css

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

 span { border-color: rgb(175,44,200); }

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