Html Css Color HEX #AE0ACF Dark Violet

📋 copy color: '#AE0ACF'

red 174 ◦ green 10 ◦ blue 207

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

Shades of Dark Violet #AE0ACF

Tints of Dark Violet #AE0ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.56%

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

R = 44.5%
G = 2.56%
B = 52.94%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE0ACF (or 0xAE0ACF) is known color: Dark Violet. HEX triplet: AE, 0A and CF. RGB value is (174,10,207). Sum of RGB (Red+Green+Blue) = 174+10+207=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #AE0ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AE0ACF is #51F530. Grayscale: #505050. Windows color (decimal): -5371185 or 13568686. OLE color: 13568686.

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

Color convert

RGB 174 10 207 -
CMYK 0.16 0.95 0 0.19
HSL 289.95º 0.91% 0.43% -
HSV(B) 289.95º 0.95% 0.81% -
XYZ 28.83 13.72 60.16 -
YUV 81.49 198.83 193.98 -
System Red Green Blue C M Y K H S L
Decimal 174 10 207 0.16 0.95 0 0.19 289.95 0.91 0.43
Hex AE A CF 10 5F 0 13 122 5B 2B
Octal 256 12 317 20 137 0 23 442 133 53
Binary 10101110 1010 11001111 10000 1011111 0 10011 100100010 1011011 101011

Color Harmonies of #AE0ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0ACF

Black with #AE0ACF

Text Example


Text Example

White with #AE0ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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