Html Css Color HEX #AE1A5A Jazzberry Jam

📋 copy color: '#AE1A5A'

red 174 ◦ green 26 ◦ blue 90

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

Shades of Jazzberry Jam #AE1A5A

Tints of Jazzberry Jam #AE1A5A

RGB

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

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

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

R = 60%
G = 8.97%
B = 31.03%

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

#AE1A5A (or 0xAE1A5A) is known color: Jazzberry Jam. HEX triplet: AE, 1A and 5A. RGB value is (174,26,90). Sum of RGB (Red+Green+Blue) = 174+26+90=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1A5A is #51E5A5. Grayscale: #4D4D4D. Windows color (decimal): -5367206 or 5905070. OLE color: 5905070.

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

Color convert

RGB 174 26 90 -
CMYK 0 0.85 0.48 0.32
HSL 334.05º 0.74% 0.39% -
HSV(B) 334.05º 0.85% 0.68% -
XYZ 19.67 10.48 10.66 -
YUV 77.55 135.03 196.8 -
System Red Green Blue C M Y K H S L
Decimal 174 26 90 0 0.85 0.48 0.32 334.05 0.74 0.39
Hex AE 1A 5A 0 55 30 20 14E 4A 27
Octal 256 32 132 0 125 60 40 516 112 47
Binary 10101110 11010 1011010 0 1010101 110000 100000 101001110 1001010 100111

Color Harmonies of #AE1A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1A5A

Black with #AE1A5A

Text Example


Text Example

White with #AE1A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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