Html Css Color HEX #AE1A5E Jazzberry Jam

📋 copy color: '#AE1A5E'

red 174 ◦ green 26 ◦ blue 94

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

Shades of Jazzberry Jam #AE1A5E

Tints of Jazzberry Jam #AE1A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.97%

R = 59.18%
G = 8.84%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE1A5E (or 0xAE1A5E) is known color: Jazzberry Jam. HEX triplet: AE, 1A and 5E. RGB value is (174,26,94). Sum of RGB (Red+Green+Blue) = 174+26+94=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1A5E is #51E5A1. Grayscale: #4D4D4D. Windows color (decimal): -5367202 or 6167214. OLE color: 6167214.

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

Color convert

RGB 174 26 94 -
CMYK 0 0.85 0.46 0.32
HSL 332.43º 0.74% 0.39% -
HSV(B) 332.43º 0.85% 0.68% -
XYZ 19.85 10.55 11.58 -
YUV 78 137.03 196.47 -
System Red Green Blue C M Y K H S L
Decimal 174 26 94 0 0.85 0.46 0.32 332.43 0.74 0.39
Hex AE 1A 5E 0 55 2E 20 14C 4A 27
Octal 256 32 136 0 125 56 40 514 112 47
Binary 10101110 11010 1011110 0 1010101 101110 100000 101001100 1001010 100111

Color Harmonies of #AE1A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1A5E

Black with #AE1A5E

Text Example


Text Example

White with #AE1A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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