Html Css Color HEX #AE32DB Dark Orchid

📋 copy color: '#AE32DB'

red 174 ◦ green 50 ◦ blue 219

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

Shades of Dark Orchid #AE32DB

Tints of Dark Orchid #AE32DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.29%

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

R = 39.28%
G = 11.29%
B = 49.44%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE32DB (or 0xAE32DB) is known color: Dark Orchid. HEX triplet: AE, 32 and DB. RGB value is (174,50,219). Sum of RGB (Red+Green+Blue) = 174+50+219=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE32DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32DB is #51CD24. Grayscale: #696969. Windows color (decimal): -5360933 or 14365358. OLE color: 14365358.

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

Color convert

RGB 174 50 219 -
CMYK 0.21 0.77 0 0.14
HSL 284.02º 0.7% 0.53% -
HSV(B) 284.02º 0.77% 0.86% -
XYZ 31.38 16.39 68.53 -
YUV 106.34 191.58 176.26 -
System Red Green Blue C M Y K H S L
Decimal 174 50 219 0.21 0.77 0 0.14 284.02 0.7 0.53
Hex AE 32 DB 15 4D 0 E 11C 46 35
Octal 256 62 333 25 115 0 16 434 106 65
Binary 10101110 110010 11011011 10101 1001101 0 1110 100011100 1000110 110101

Color Harmonies of #AE32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE32DB

Black with #AE32DB

Text Example


Text Example

White with #AE32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE32DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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