Html Css Color HEX #AF21CA Dark Orchid

📋 copy color: '#AF21CA'

red 175 ◦ green 33 ◦ blue 202

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

Shades of Dark Orchid #AF21CA

Tints of Dark Orchid #AF21CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.27%

R = 42.68%
G = 8.05%
B = 49.27%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF21CA (or 0xAF21CA) is known color: Dark Orchid. HEX triplet: AF, 21 and CA. RGB value is (175,33,202). Sum of RGB (Red+Green+Blue) = 175+33+202=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 33 (13.28% from 255 or 8.05% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF21CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21CA is #50DE35. Grayscale: #5E5E5E. Windows color (decimal): -5299766 or 13246895. OLE color: 13246895.

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

Color convert

RGB 175 33 202 -
CMYK 0.13 0.84 0 0.21
HSL 290.41º 0.72% 0.46% -
HSV(B) 290.41º 0.84% 0.79% -
XYZ 28.88 14.47 57.15 -
YUV 94.72 188.54 185.26 -
System Red Green Blue C M Y K H S L
Decimal 175 33 202 0.13 0.84 0 0.21 290.41 0.72 0.46
Hex AF 21 CA D 54 0 15 122 48 2E
Octal 257 41 312 15 124 0 25 442 110 56
Binary 10101111 100001 11001010 1101 1010100 0 10101 100100010 1001000 101110

Color Harmonies of #AF21CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21CA

Black with #AF21CA

Text Example


Text Example

White with #AF21CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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