Html Css Color HEX #AE1875 Jazzberry Jam

📋 copy color: '#AE1875'

red 174 ◦ green 24 ◦ blue 117

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

Shades of Jazzberry Jam #AE1875

Tints of Jazzberry Jam #AE1875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.62%

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

R = 55.24%
G = 7.62%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE1875 (or 0xAE1875) is known color: Jazzberry Jam. HEX triplet: AE, 18 and 75. RGB value is (174,24,117). Sum of RGB (Red+Green+Blue) = 174+24+117=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1875 is #51E78A. Grayscale: #4F4F4F. Windows color (decimal): -5367691 or 7674030. OLE color: 7674030.

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

Color convert

RGB 174 24 117 -
CMYK 0 0.86 0.33 0.32
HSL 322.8º 0.76% 0.39% -
HSV(B) 322.8º 0.86% 0.68% -
XYZ 20.99 10.94 17.83 -
YUV 79.45 149.2 195.44 -
System Red Green Blue C M Y K H S L
Decimal 174 24 117 0 0.86 0.33 0.32 322.8 0.76 0.39
Hex AE 18 75 0 56 21 20 143 4C 27
Octal 256 30 165 0 126 41 40 503 114 47
Binary 10101110 11000 1110101 0 1010110 100001 100000 101000011 1001100 100111

Color Harmonies of #AE1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1875

Black with #AE1875

Text Example


Text Example

White with #AE1875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1875; }

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

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

background-color css

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

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

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

border-color css

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

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

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