Html Css Color HEX #AE34DB Dark Orchid

📋 copy color: '#AE34DB'

red 174 ◦ green 52 ◦ blue 219

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

Shades of Dark Orchid #AE34DB

Tints of Dark Orchid #AE34DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.69%

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

R = 39.1%
G = 11.69%
B = 49.21%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE34DB (or 0xAE34DB) is known color: Dark Orchid. HEX triplet: AE, 34 and DB. RGB value is (174,52,219). Sum of RGB (Red+Green+Blue) = 174+52+219=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE34DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE34DB is #51CB24. Grayscale: #6A6A6A. Windows color (decimal): -5360421 or 14365870. OLE color: 14365870.

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

Color convert

RGB 174 52 219 -
CMYK 0.21 0.76 0 0.14
HSL 283.83º 0.7% 0.53% -
HSV(B) 283.83º 0.76% 0.86% -
XYZ 31.47 16.57 68.56 -
YUV 107.52 190.92 175.42 -
System Red Green Blue C M Y K H S L
Decimal 174 52 219 0.21 0.76 0 0.14 283.83 0.7 0.53
Hex AE 34 DB 15 4C 0 E 11C 46 35
Octal 256 64 333 25 114 0 16 434 106 65
Binary 10101110 110100 11011011 10101 1001100 0 1110 100011100 1000110 110101

Color Harmonies of #AE34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE34DB

Black with #AE34DB

Text Example


Text Example

White with #AE34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE34DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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