Html Css Color HEX #AE1A5B Jazzberry Jam

📋 copy color: '#AE1A5B'

red 174 ◦ green 26 ◦ blue 91

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

Shades of Jazzberry Jam #AE1A5B

Tints of Jazzberry Jam #AE1A5B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.93%

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 59.79%
G = 8.93%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE1A5B (or 0xAE1A5B) is known color: Jazzberry Jam. HEX triplet: AE, 1A and 5B. RGB value is (174,26,91). Sum of RGB (Red+Green+Blue) = 174+26+91=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1A5B is #51E5A4. Grayscale: #4D4D4D. Windows color (decimal): -5367205 or 5970606. OLE color: 5970606.

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

Color convert

RGB 174 26 91 -
CMYK 0 0.85 0.48 0.32
HSL 333.65º 0.74% 0.39% -
HSV(B) 333.65º 0.85% 0.68% -
XYZ 19.71 10.49 10.88 -
YUV 77.66 135.53 196.71 -
System Red Green Blue C M Y K H S L
Decimal 174 26 91 0 0.85 0.48 0.32 333.65 0.74 0.39
Hex AE 1A 5B 0 55 30 20 14E 4A 27
Octal 256 32 133 0 125 60 40 516 112 47
Binary 10101110 11010 1011011 0 1010101 110000 100000 101001110 1001010 100111

Color Harmonies of #AE1A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1A5B

Black with #AE1A5B

Text Example


Text Example

White with #AE1A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1A5B; }

 p { color: rgb(174,26,91); }

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

background-color css

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

 a { background-color: rgb(174,26,91); }

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

border-color css

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

 span { border-color: rgb(174,26,91); }

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