Html Css Color HEX #AE1A70 Jazzberry Jam

📋 copy color: '#AE1A70'

red 174 ◦ green 26 ◦ blue 112

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

Shades of Jazzberry Jam #AE1A70

Tints of Jazzberry Jam #AE1A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 55.77%
G = 8.33%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE1A70 (or 0xAE1A70) is known color: Jazzberry Jam. HEX triplet: AE, 1A and 70. RGB value is (174,26,112). Sum of RGB (Red+Green+Blue) = 174+26+112=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1A70 is #51E58F. Grayscale: #4F4F4F. Windows color (decimal): -5367184 or 7346862. OLE color: 7346862.

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

Color convert

RGB 174 26 112 -
CMYK 0 0.85 0.36 0.32
HSL 325.14º 0.74% 0.39% -
HSV(B) 325.14º 0.85% 0.68% -
XYZ 20.75 10.91 16.34 -
YUV 80.06 146.03 195.01 -
System Red Green Blue C M Y K H S L
Decimal 174 26 112 0 0.85 0.36 0.32 325.14 0.74 0.39
Hex AE 1A 70 0 55 24 20 145 4A 27
Octal 256 32 160 0 125 44 40 505 112 47
Binary 10101110 11010 1110000 0 1010101 100100 100000 101000101 1001010 100111

Color Harmonies of #AE1A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1A70

Black with #AE1A70

Text Example


Text Example

White with #AE1A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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