Html Css Color HEX #AE07D0 Dark Violet

📋 copy color: '#AE07D0'

red 174 ◦ green 7 ◦ blue 208

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

Shades of Dark Violet #AE07D0

Tints of Dark Violet #AE07D0

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.8%

 BLUE value IS 208 (81.64% from 255) = 53.47%

R = 44.73%
G = 1.8%
B = 53.47%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE07D0 (or 0xAE07D0) is known color: Dark Violet. HEX triplet: AE, 07 and D0. RGB value is (174,7,208). Sum of RGB (Red+Green+Blue) = 174+7+208=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE07D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE07D0 is #51F82F. Grayscale: #4F4F4F. Windows color (decimal): -5371952 or 13633454. OLE color: 13633454.

HSL color Cylindrical-coordinate representation of color #AE07D0: hue angle of 289.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE07D0 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 7 208 -
CMYK 0.16 0.97 0 0.18
HSL 289.85º 0.93% 0.42% -
HSV(B) 289.85º 0.97% 0.82% -
XYZ 28.92 13.7 60.8 -
YUV 79.85 200.33 195.16 -
System Red Green Blue C M Y K H S L
Decimal 174 7 208 0.16 0.97 0 0.18 289.85 0.93 0.42
Hex AE 7 D0 10 61 0 12 122 5D 2A
Octal 256 7 320 20 141 0 22 442 135 52
Binary 10101110 111 11010000 10000 1100001 0 10010 100100010 1011101 101010

Color Harmonies of #AE07D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE07D0

Black with #AE07D0

Text Example


Text Example

White with #AE07D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE07D0; }

 p { color: rgb(174,7,208); }

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

background-color css

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

 a { background-color: rgb(174,7,208); }

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

border-color css

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

 span { border-color: rgb(174,7,208); }

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