Html Css Color HEX #AE0C52 Jazzberry Jam

📋 copy color: '#AE0C52'

red 174 ◦ green 12 ◦ blue 82

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

Shades of Jazzberry Jam #AE0C52

Tints of Jazzberry Jam #AE0C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.6%

R = 64.93%
G = 4.48%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AE0C52 (or 0xAE0C52) is known color: Jazzberry Jam. HEX triplet: AE, 0C and 52. RGB value is (174,12,82). Sum of RGB (Red+Green+Blue) = 174+12+82=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0C52 is #51F3AD. Grayscale: #444444. Windows color (decimal): -5370798 or 5377198. OLE color: 5377198.

HSL color Cylindrical-coordinate representation of color #AE0C52: hue angle of 334.07º 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 #AE0C52 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 12 82 -
CMYK 0 0.93 0.53 0.32
HSL 334.07º 0.87% 0.36% -
HSV(B) 334.07º 0.93% 0.68% -
XYZ 19.11 9.87 8.88 -
YUV 68.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 174 12 82 0 0.93 0.53 0.32 334.07 0.87 0.36
Hex AE C 52 0 5D 35 20 14E 57 24
Octal 256 14 122 0 135 65 40 516 127 44
Binary 10101110 1100 1010010 0 1011101 110101 100000 101001110 1010111 100100

Color Harmonies of #AE0C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C52

Black with #AE0C52

Text Example


Text Example

White with #AE0C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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