Html Css Color HEX #AE22DB Dark Orchid

📋 copy color: '#AE22DB'

red 174 ◦ green 34 ◦ blue 219

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

Shades of Dark Orchid #AE22DB

Tints of Dark Orchid #AE22DB

RGB

 RED value IS 174 (68.36% from 255) = 40.75%

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

 BLUE value IS 219 (85.94% from 255) = 51.29%

R = 40.75%
G = 7.96%
B = 51.29%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE22DB (or 0xAE22DB) is known color: Dark Orchid. HEX triplet: AE, 22 and DB. RGB value is (174,34,219). Sum of RGB (Red+Green+Blue) = 174+34+219=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE22DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE22DB is #51DD24. Grayscale: #606060. Windows color (decimal): -5365029 or 14361262. OLE color: 14361262.

HSL color Cylindrical-coordinate representation of color #AE22DB: hue angle of 285.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE22DB is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 34 219 -
CMYK 0.21 0.84 0 0.14
HSL 285.41º 0.73% 0.5% -
HSV(B) 285.41º 0.84% 0.86% -
XYZ 30.81 15.26 68.34 -
YUV 96.95 196.88 182.96 -
System Red Green Blue C M Y K H S L
Decimal 174 34 219 0.21 0.84 0 0.14 285.41 0.73 0.5
Hex AE 22 DB 15 54 0 E 11D 49 32
Octal 256 42 333 25 124 0 16 435 111 62
Binary 10101110 100010 11011011 10101 1010100 0 1110 100011101 1001001 110010

Color Harmonies of #AE22DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE22DB

Black with #AE22DB

Text Example


Text Example

White with #AE22DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE22DB; }

 p { color: rgb(174,34,219); }

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

background-color css

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

 a { background-color: rgb(174,34,219); }

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

border-color css

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

 span { border-color: rgb(174,34,219); }

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