Html Css Color HEX #AF21DA Dark Orchid

📋 copy color: '#AF21DA'

red 175 ◦ green 33 ◦ blue 218

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

Shades of Dark Orchid #AF21DA

Tints of Dark Orchid #AF21DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 41.08%
G = 7.75%
B = 51.17%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF21DA (or 0xAF21DA) is known color: Dark Orchid. HEX triplet: AF, 21 and DA. RGB value is (175,33,218). Sum of RGB (Red+Green+Blue) = 175+33+218=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF21DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF21DA is #50DE25. Grayscale: #5F5F5F. Windows color (decimal): -5299750 or 14295471. OLE color: 14295471.

HSL color Cylindrical-coordinate representation of color #AF21DA: hue angle of 286.05º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF21DA is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 33 218 -
CMYK 0.20 0.85 0 0.15
HSL 286.05º 0.74% 0.49% -
HSV(B) 286.05º 0.85% 0.85% -
XYZ 30.88 15.26 67.65 -
YUV 96.55 196.54 183.96 -
System Red Green Blue C M Y K H S L
Decimal 175 33 218 0.20 0.85 0 0.15 286.05 0.74 0.49
Hex AF 21 DA 14 55 0 F 11E 4A 31
Octal 257 41 332 24 125 0 17 436 112 61
Binary 10101111 100001 11011010 10100 1010101 0 1111 100011110 1001010 110001

Color Harmonies of #AF21DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21DA

Black with #AF21DA

Text Example


Text Example

White with #AF21DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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