Html Css Color HEX #AF2FCC Dark Orchid

📋 copy color: '#AF2FCC'

red 175 ◦ green 47 ◦ blue 204

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

Shades of Dark Orchid #AF2FCC

Tints of Dark Orchid #AF2FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.03%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 41.08%
G = 11.03%
B = 47.89%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF2FCC (or 0xAF2FCC) is known color: Dark Orchid. HEX triplet: AF, 2F and CC. RGB value is (175,47,204). Sum of RGB (Red+Green+Blue) = 175+47+204=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF2FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FCC is #50D033. Grayscale: #666666. Windows color (decimal): -5296180 or 13381551. OLE color: 13381551.

HSL color Cylindrical-coordinate representation of color #AF2FCC: hue angle of 288.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2FCC is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 47 204 -
CMYK 0.14 0.77 0 0.2
HSL 288.92º 0.63% 0.49% -
HSV(B) 288.92º 0.77% 0.8% -
XYZ 29.59 15.51 58.56 -
YUV 103.17 184.91 179.23 -
System Red Green Blue C M Y K H S L
Decimal 175 47 204 0.14 0.77 0 0.2 288.92 0.63 0.49
Hex AF 2F CC E 4D 0 14 121 3F 31
Octal 257 57 314 16 115 0 24 441 77 61
Binary 10101111 101111 11001100 1110 1001101 0 10100 100100001 111111 110001

Color Harmonies of #AF2FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FCC

Black with #AF2FCC

Text Example


Text Example

White with #AF2FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FCC; }

 p { color: rgb(175,47,204); }

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

background-color css

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

 a { background-color: rgb(175,47,204); }

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

border-color css

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

 span { border-color: rgb(175,47,204); }

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