Html Css Color HEX #AE0C69 Jazzberry Jam

📋 copy color: '#AE0C69'

red 174 ◦ green 12 ◦ blue 105

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

Shades of Jazzberry Jam #AE0C69

Tints of Jazzberry Jam #AE0C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.08%

R = 59.79%
G = 4.12%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE0C69 (or 0xAE0C69) is known color: Jazzberry Jam. HEX triplet: AE, 0C and 69. RGB value is (174,12,105). Sum of RGB (Red+Green+Blue) = 174+12+105=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0C69 is #51F396. Grayscale: #464646. Windows color (decimal): -5370775 or 6884526. OLE color: 6884526.

HSL color Cylindrical-coordinate representation of color #AE0C69: hue angle of 325.56º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE0C69 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 12 105 -
CMYK 0 0.93 0.40 0.32
HSL 325.56º 0.87% 0.36% -
HSV(B) 325.56º 0.93% 0.68% -
XYZ 20.14 10.28 14.29 -
YUV 71.04 147.17 201.44 -
System Red Green Blue C M Y K H S L
Decimal 174 12 105 0 0.93 0.40 0.32 325.56 0.87 0.36
Hex AE C 69 0 5D 28 20 146 57 24
Octal 256 14 151 0 135 50 40 506 127 44
Binary 10101110 1100 1101001 0 1011101 101000 100000 101000110 1010111 100100

Color Harmonies of #AE0C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C69

Black with #AE0C69

Text Example


Text Example

White with #AE0C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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