Html Css Color HEX #AE38DB Dark Orchid

📋 copy color: '#AE38DB'

red 174 ◦ green 56 ◦ blue 219

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

Shades of Dark Orchid #AE38DB

Tints of Dark Orchid #AE38DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.47%

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

R = 38.75%
G = 12.47%
B = 48.78%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE38DB (or 0xAE38DB) is known color: Dark Orchid. HEX triplet: AE, 38 and DB. RGB value is (174,56,219). Sum of RGB (Red+Green+Blue) = 174+56+219=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE38DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE38DB is #51C724. Grayscale: #6D6D6D. Windows color (decimal): -5359397 or 14366894. OLE color: 14366894.

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

Color convert

RGB 174 56 219 -
CMYK 0.21 0.74 0 0.14
HSL 283.44º 0.69% 0.54% -
HSV(B) 283.44º 0.74% 0.86% -
XYZ 31.66 16.94 68.62 -
YUV 109.86 189.59 173.75 -
System Red Green Blue C M Y K H S L
Decimal 174 56 219 0.21 0.74 0 0.14 283.44 0.69 0.54
Hex AE 38 DB 15 4A 0 E 11B 45 36
Octal 256 70 333 25 112 0 16 433 105 66
Binary 10101110 111000 11011011 10101 1001010 0 1110 100011011 1000101 110110

Color Harmonies of #AE38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE38DB

Black with #AE38DB

Text Example


Text Example

White with #AE38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE38DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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