Html Css Color HEX #AE1375 Jazzberry Jam

📋 copy color: '#AE1375'

red 174 ◦ green 19 ◦ blue 117

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

Shades of Jazzberry Jam #AE1375

Tints of Jazzberry Jam #AE1375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 117 (46.09% from 255) = 37.74%

R = 56.13%
G = 6.13%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE1375 (or 0xAE1375) is known color: Jazzberry Jam. HEX triplet: AE, 13 and 75. RGB value is (174,19,117). Sum of RGB (Red+Green+Blue) = 174+19+117=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1375 is #51EC8A. Grayscale: #4C4C4C. Windows color (decimal): -5368971 or 7672750. OLE color: 7672750.

HSL color Cylindrical-coordinate representation of color #AE1375: hue angle of 322.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE1375 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 19 117 -
CMYK 0 0.89 0.33 0.32
HSL 322.06º 0.8% 0.38% -
HSV(B) 322.06º 0.89% 0.68% -
XYZ 20.9 10.75 17.8 -
YUV 76.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 174 19 117 0 0.89 0.33 0.32 322.06 0.8 0.38
Hex AE 13 75 0 59 21 20 142 50 26
Octal 256 23 165 0 131 41 40 502 120 46
Binary 10101110 10011 1110101 0 1011001 100001 100000 101000010 1010000 100110

Color Harmonies of #AE1375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1375

Black with #AE1375

Text Example


Text Example

White with #AE1375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1375; }

 p { color: rgb(174,19,117); }

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

background-color css

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

 a { background-color: rgb(174,19,117); }

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

border-color css

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

 span { border-color: rgb(174,19,117); }

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