Html Css Color HEX #AE0B5A Jazzberry Jam

📋 copy color: '#AE0B5A'

red 174 ◦ green 11 ◦ blue 90

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

Shades of Jazzberry Jam #AE0B5A

Tints of Jazzberry Jam #AE0B5A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4%

 BLUE value IS 90 (35.55% from 255) = 32.73%

R = 63.27%
G = 4%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE0B5A (or 0xAE0B5A) is known color: Jazzberry Jam. HEX triplet: AE, 0B and 5A. RGB value is (174,11,90). Sum of RGB (Red+Green+Blue) = 174+11+90=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0B5A is #51F4A5. Grayscale: #444444. Windows color (decimal): -5371046 or 5901230. OLE color: 5901230.

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

Color convert

RGB 174 11 90 -
CMYK 0 0.94 0.48 0.32
HSL 330.92º 0.88% 0.36% -
HSV(B) 330.92º 0.94% 0.68% -
XYZ 19.42 9.98 10.57 -
YUV 68.74 140 203.08 -
System Red Green Blue C M Y K H S L
Decimal 174 11 90 0 0.94 0.48 0.32 330.92 0.88 0.36
Hex AE B 5A 0 5E 30 20 14B 58 24
Octal 256 13 132 0 136 60 40 513 130 44
Binary 10101110 1011 1011010 0 1011110 110000 100000 101001011 1011000 100100

Color Harmonies of #AE0B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0B5A

Black with #AE0B5A

Text Example


Text Example

White with #AE0B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0B5A; }

 p { color: rgb(174,11,90); }

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

background-color css

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

 a { background-color: rgb(174,11,90); }

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

border-color css

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

 span { border-color: rgb(174,11,90); }

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