Html Css Color HEX #AF21EA Dark Orchid

📋 copy color: '#AF21EA'

red 175 ◦ green 33 ◦ blue 234

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

Shades of Dark Orchid #AF21EA

Tints of Dark Orchid #AF21EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.94%

R = 39.59%
G = 7.47%
B = 52.94%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF21EA (or 0xAF21EA) is known color: Dark Orchid. HEX triplet: AF, 21 and EA. RGB value is (175,33,234). Sum of RGB (Red+Green+Blue) = 175+33+234=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF21EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF21EA is #50DE15. Grayscale: #616161. Windows color (decimal): -5299734 or 15344047. OLE color: 15344047.

HSL color Cylindrical-coordinate representation of color #AF21EA: hue angle of 282.39º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF21EA is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 33 234 -
CMYK 0.25 0.86 0 0.08
HSL 282.39º 0.83% 0.52% -
HSV(B) 282.39º 0.86% 0.92% -
XYZ 33.07 16.14 79.21 -
YUV 98.37 204.54 182.66 -
System Red Green Blue C M Y K H S L
Decimal 175 33 234 0.25 0.86 0 0.08 282.39 0.83 0.52
Hex AF 21 EA 19 56 0 8 11A 53 34
Octal 257 41 352 31 126 0 10 432 123 64
Binary 10101111 100001 11101010 11001 1010110 0 1000 100011010 1010011 110100

Color Harmonies of #AF21EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21EA

Black with #AF21EA

Text Example


Text Example

White with #AF21EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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