Html Css Color HEX #AF22EA Dark Orchid

📋 copy color: '#AF22EA'

red 175 ◦ green 34 ◦ blue 234

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

Shades of Dark Orchid #AF22EA

Tints of Dark Orchid #AF22EA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.67%

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

R = 39.5%
G = 7.67%
B = 52.82%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF22EA (or 0xAF22EA) is known color: Dark Orchid. HEX triplet: AF, 22 and EA. RGB value is (175,34,234). Sum of RGB (Red+Green+Blue) = 175+34+234=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 34 (13.67% from 255 or 7.67% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF22EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF22EA is #50DD15. Grayscale: #626262. Windows color (decimal): -5299478 or 15344303. OLE color: 15344303.

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

Color convert

RGB 175 34 234 -
CMYK 0.25 0.85 0 0.08
HSL 282.3º 0.83% 0.53% -
HSV(B) 282.3º 0.85% 0.92% -
XYZ 33.1 16.2 79.22 -
YUV 98.96 204.21 182.24 -
System Red Green Blue C M Y K H S L
Decimal 175 34 234 0.25 0.85 0 0.08 282.3 0.83 0.53
Hex AF 22 EA 19 55 0 8 11A 53 35
Octal 257 42 352 31 125 0 10 432 123 65
Binary 10101111 100010 11101010 11001 1010101 0 1000 100011010 1010011 110101

Color Harmonies of #AF22EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22EA

Black with #AF22EA

Text Example


Text Example

White with #AF22EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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