Html Css Color HEX #AE33DB Dark Orchid

📋 copy color: '#AE33DB'

red 174 ◦ green 51 ◦ blue 219

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

Shades of Dark Orchid #AE33DB

Tints of Dark Orchid #AE33DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.49%

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

R = 39.19%
G = 11.49%
B = 49.32%

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

#AE33DB (or 0xAE33DB) is known color: Dark Orchid. HEX triplet: AE, 33 and DB. RGB value is (174,51,219). Sum of RGB (Red+Green+Blue) = 174+51+219=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE33DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE33DB is #51CC24. Grayscale: #6A6A6A. Windows color (decimal): -5360677 or 14365614. OLE color: 14365614.

HSL color Cylindrical-coordinate representation of color #AE33DB: hue angle of 283.93º 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 #AE33DB is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 51 219 -
CMYK 0.21 0.77 0 0.14
HSL 283.93º 0.7% 0.53% -
HSV(B) 283.93º 0.77% 0.86% -
XYZ 31.43 16.48 68.54 -
YUV 106.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 174 51 219 0.21 0.77 0 0.14 283.93 0.7 0.53
Hex AE 33 DB 15 4D 0 E 11C 46 35
Octal 256 63 333 25 115 0 16 434 106 65
Binary 10101110 110011 11011011 10101 1001101 0 1110 100011100 1000110 110101

Color Harmonies of #AE33DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE33DB

Black with #AE33DB

Text Example


Text Example

White with #AE33DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE33DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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