Html Css Color HEX #AE0CCF Dark Violet

📋 copy color: '#AE0CCF'

red 174 ◦ green 12 ◦ blue 207

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

Shades of Dark Violet #AE0CCF

Tints of Dark Violet #AE0CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.05%

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 44.27%
G = 3.05%
B = 52.67%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE0CCF (or 0xAE0CCF) is known color: Dark Violet. HEX triplet: AE, 0C and CF. RGB value is (174,12,207). Sum of RGB (Red+Green+Blue) = 174+12+207=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE0CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0CCF is #51F330. Grayscale: #525252. Windows color (decimal): -5370673 or 13569198. OLE color: 13569198.

HSL color Cylindrical-coordinate representation of color #AE0CCF: hue angle of 289.85º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0CCF is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 12 207 -
CMYK 0.16 0.94 0 0.19
HSL 289.85º 0.89% 0.43% -
HSV(B) 289.85º 0.94% 0.81% -
XYZ 28.85 13.77 60.17 -
YUV 82.67 198.17 193.14 -
System Red Green Blue C M Y K H S L
Decimal 174 12 207 0.16 0.94 0 0.19 289.85 0.89 0.43
Hex AE C CF 10 5E 0 13 122 59 2B
Octal 256 14 317 20 136 0 23 442 131 53
Binary 10101110 1100 11001111 10000 1011110 0 10011 100100010 1011001 101011

Color Harmonies of #AE0CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0CCF

Black with #AE0CCF

Text Example


Text Example

White with #AE0CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0CCF; }

 p { color: rgb(174,12,207); }

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

background-color css

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

 a { background-color: rgb(174,12,207); }

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

border-color css

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

 span { border-color: rgb(174,12,207); }

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