Html Css Color HEX #AF22E1 Dark Orchid

📋 copy color: '#AF22E1'

red 175 ◦ green 34 ◦ blue 225

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

Shades of Dark Orchid #AF22E1

Tints of Dark Orchid #AF22E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.84%

R = 40.32%
G = 7.83%
B = 51.84%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF22E1 (or 0xAF22E1) is known color: Dark Orchid. HEX triplet: AF, 22 and E1. RGB value is (175,34,225). Sum of RGB (Red+Green+Blue) = 175+34+225=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 34 (13.67% from 255 or 7.83% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF22E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF22E1 is #50DD1E. Grayscale: #616161. Windows color (decimal): -5299487 or 14754479. OLE color: 14754479.

HSL color Cylindrical-coordinate representation of color #AF22E1: hue angle of 284.29º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF22E1 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 34 225 -
CMYK 0.22 0.85 0 0.12
HSL 284.29º 0.76% 0.51% -
HSV(B) 284.29º 0.85% 0.88% -
XYZ 31.84 15.69 72.59 -
YUV 97.93 199.71 182.97 -
System Red Green Blue C M Y K H S L
Decimal 175 34 225 0.22 0.85 0 0.12 284.29 0.76 0.51
Hex AF 22 E1 16 55 0 C 11C 4C 33
Octal 257 42 341 26 125 0 14 434 114 63
Binary 10101111 100010 11100001 10110 1010101 0 1100 100011100 1001100 110011

Color Harmonies of #AF22E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22E1

Black with #AF22E1

Text Example


Text Example

White with #AF22E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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