Html Css Color HEX #AE1175 Jazzberry Jam

📋 copy color: '#AE1175'

red 174 ◦ green 17 ◦ blue 117

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

Shades of Jazzberry Jam #AE1175

Tints of Jazzberry Jam #AE1175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

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

R = 56.49%
G = 5.52%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE1175 (or 0xAE1175) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 75. RGB value is (174,17,117). Sum of RGB (Red+Green+Blue) = 174+17+117=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1175 is #51EE8A. Grayscale: #4B4B4B. Windows color (decimal): -5369483 or 7672238. OLE color: 7672238.

HSL color Cylindrical-coordinate representation of color #AE1175: hue angle of 321.78º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1175 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 17 117 -
CMYK 0 0.90 0.33 0.32
HSL 321.78º 0.82% 0.37% -
HSV(B) 321.78º 0.9% 0.68% -
XYZ 20.87 10.68 17.79 -
YUV 75.34 151.51 198.37 -
System Red Green Blue C M Y K H S L
Decimal 174 17 117 0 0.90 0.33 0.32 321.78 0.82 0.37
Hex AE 11 75 0 5A 21 20 142 52 25
Octal 256 21 165 0 132 41 40 502 122 45
Binary 10101110 10001 1110101 0 1011010 100001 100000 101000010 1010010 100101

Color Harmonies of #AE1175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1175

Black with #AE1175

Text Example


Text Example

White with #AE1175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1175; }

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

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

background-color css

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

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

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

border-color css

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

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

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