Html Css Color HEX #AE0BCD Dark Violet

📋 copy color: '#AE0BCD'

red 174 ◦ green 11 ◦ blue 205

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

Shades of Dark Violet #AE0BCD

Tints of Dark Violet #AE0BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.82%

 BLUE value IS 205 (80.47% from 255) = 52.56%

R = 44.62%
G = 2.82%
B = 52.56%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE0BCD (or 0xAE0BCD) is known color: Dark Violet. HEX triplet: AE, 0B and CD. RGB value is (174,11,205). Sum of RGB (Red+Green+Blue) = 174+11+205=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #AE0BCD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0BCD is #51F432. Grayscale: #515151. Windows color (decimal): -5370931 or 13437870. OLE color: 13437870.

HSL color Cylindrical-coordinate representation of color #AE0BCD: hue angle of 290.41º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0BCD is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 11 205 -
CMYK 0.15 0.95 0 0.20
HSL 290.41º 0.9% 0.42% -
HSV(B) 290.41º 0.95% 0.8% -
XYZ 28.59 13.65 58.88 -
YUV 81.85 197.5 193.73 -
System Red Green Blue C M Y K H S L
Decimal 174 11 205 0.15 0.95 0 0.20 290.41 0.9 0.42
Hex AE B CD F 5F 0 14 122 5A 2A
Octal 256 13 315 17 137 0 24 442 132 52
Binary 10101110 1011 11001101 1111 1011111 0 10100 100100010 1011010 101010

Color Harmonies of #AE0BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0BCD

Black with #AE0BCD

Text Example


Text Example

White with #AE0BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0BCD; }

 p { color: rgb(174,11,205); }

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

background-color css

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

 a { background-color: rgb(174,11,205); }

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

border-color css

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

 span { border-color: rgb(174,11,205); }

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