Html Css Color HEX #AE0B5D Jazzberry Jam

📋 copy color: '#AE0B5D'

red 174 ◦ green 11 ◦ blue 93

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

Shades of Jazzberry Jam #AE0B5D

Tints of Jazzberry Jam #AE0B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 62.59%
G = 3.96%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE0B5D (or 0xAE0B5D) is known color: Jazzberry Jam. HEX triplet: AE, 0B and 5D. RGB value is (174,11,93). Sum of RGB (Red+Green+Blue) = 174+11+93=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0B5D is #51F4A2. Grayscale: #444444. Windows color (decimal): -5371043 or 6097838. OLE color: 6097838.

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

Color convert

RGB 174 11 93 -
CMYK 0 0.94 0.47 0.32
HSL 329.82º 0.88% 0.36% -
HSV(B) 329.82º 0.94% 0.68% -
XYZ 19.55 10.03 11.26 -
YUV 69.09 141.5 202.83 -
System Red Green Blue C M Y K H S L
Decimal 174 11 93 0 0.94 0.47 0.32 329.82 0.88 0.36
Hex AE B 5D 0 5E 2F 20 14A 58 24
Octal 256 13 135 0 136 57 40 512 130 44
Binary 10101110 1011 1011101 0 1011110 101111 100000 101001010 1011000 100100

Color Harmonies of #AE0B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0B5D

Black with #AE0B5D

Text Example


Text Example

White with #AE0B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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