Html Css Color HEX #AF22EC Dark Orchid

📋 copy color: '#AF22EC'

red 175 ◦ green 34 ◦ blue 236

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

Shades of Dark Orchid #AF22EC

Tints of Dark Orchid #AF22EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.03%

R = 39.33%
G = 7.64%
B = 53.03%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF22EC (or 0xAF22EC) is known color: Dark Orchid. HEX triplet: AF, 22 and EC. RGB value is (175,34,236). Sum of RGB (Red+Green+Blue) = 175+34+236=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 34 (13.67% from 255 or 7.64% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF22EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF22EC is #50DD13. Grayscale: #626262. Windows color (decimal): -5299476 or 15475375. OLE color: 15475375.

HSL color Cylindrical-coordinate representation of color #AF22EC: hue angle of 281.88º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF22EC is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 34 236 -
CMYK 0.26 0.86 0 0.07
HSL 281.88º 0.84% 0.53% -
HSV(B) 281.88º 0.86% 0.93% -
XYZ 33.39 16.31 80.75 -
YUV 99.19 205.21 182.07 -
System Red Green Blue C M Y K H S L
Decimal 175 34 236 0.26 0.86 0 0.07 281.88 0.84 0.53
Hex AF 22 EC 1A 56 0 7 11A 54 35
Octal 257 42 354 32 126 0 7 432 124 65
Binary 10101111 100010 11101100 11010 1010110 0 111 100011010 1010100 110101

Color Harmonies of #AF22EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22EC

Black with #AF22EC

Text Example


Text Example

White with #AF22EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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