Html Css Color HEX #AE1667 Jazzberry Jam

📋 copy color: '#AE1667'

red 174 ◦ green 22 ◦ blue 103

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

Shades of Jazzberry Jam #AE1667

Tints of Jazzberry Jam #AE1667

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.36%

 BLUE value IS 103 (40.63% from 255) = 34.45%

R = 58.19%
G = 7.36%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE1667 (or 0xAE1667) is known color: Jazzberry Jam. HEX triplet: AE, 16 and 67. RGB value is (174,22,103). Sum of RGB (Red+Green+Blue) = 174+22+103=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1667 is #51E998. Grayscale: #4C4C4C. Windows color (decimal): -5368217 or 6756014. OLE color: 6756014.

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

Color convert

RGB 174 22 103 -
CMYK 0 0.87 0.41 0.32
HSL 328.03º 0.78% 0.38% -
HSV(B) 328.03º 0.87% 0.68% -
XYZ 20.19 10.55 13.8 -
YUV 76.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 174 22 103 0 0.87 0.41 0.32 328.03 0.78 0.38
Hex AE 16 67 0 57 29 20 148 4E 26
Octal 256 26 147 0 127 51 40 510 116 46
Binary 10101110 10110 1100111 0 1010111 101001 100000 101001000 1001110 100110

Color Harmonies of #AE1667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1667

Black with #AE1667

Text Example


Text Example

White with #AE1667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1667; }

 p { color: rgb(174,22,103); }

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

background-color css

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

 a { background-color: rgb(174,22,103); }

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

border-color css

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

 span { border-color: rgb(174,22,103); }

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