Html Css Color HEX #AF21CC Dark Orchid

📋 copy color: '#AF21CC'

red 175 ◦ green 33 ◦ blue 204

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

Shades of Dark Orchid #AF21CC

Tints of Dark Orchid #AF21CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.01%

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

R = 42.48%
G = 8.01%
B = 49.51%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF21CC (or 0xAF21CC) is known color: Dark Orchid. HEX triplet: AF, 21 and CC. RGB value is (175,33,204). Sum of RGB (Red+Green+Blue) = 175+33+204=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 33 (13.28% from 255 or 8.01% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF21CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21CC is #50DE33. Grayscale: #5E5E5E. Windows color (decimal): -5299764 or 13377967. OLE color: 13377967.

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

Color convert

RGB 175 33 204 -
CMYK 0.14 0.84 0 0.2
HSL 289.82º 0.72% 0.46% -
HSV(B) 289.82º 0.84% 0.8% -
XYZ 29.12 14.56 58.4 -
YUV 94.95 189.54 185.1 -
System Red Green Blue C M Y K H S L
Decimal 175 33 204 0.14 0.84 0 0.2 289.82 0.72 0.46
Hex AF 21 CC E 54 0 14 122 48 2E
Octal 257 41 314 16 124 0 24 442 110 56
Binary 10101111 100001 11001100 1110 1010100 0 10100 100100010 1001000 101110

Color Harmonies of #AF21CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21CC

Black with #AF21CC

Text Example


Text Example

White with #AF21CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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