Html Css Color HEX #AB2162 Jazzberry Jam

📋 copy color: '#AB2162'

red 171 ◦ green 33 ◦ blue 98

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

Shades of Jazzberry Jam #AB2162

Tints of Jazzberry Jam #AB2162

RGB

 RED value IS 171 (67.19% from 255) = 56.62%

 GREEN value IS 33 (13.28% from 255) = 10.93%

 BLUE value IS 98 (38.67% from 255) = 32.45%

R = 56.62%
G = 10.93%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AB2162 (or 0xAB2162) is known color: Jazzberry Jam. HEX triplet: AB, 21 and 62. RGB value is (171,33,98). Sum of RGB (Red+Green+Blue) = 171+33+98=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2162 is #54DE9D. Grayscale: #515151. Windows color (decimal): -5562014 or 6431147. OLE color: 6431147.

HSL color Cylindrical-coordinate representation of color #AB2162: hue angle of 331.74º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2162 is Cyan = 0, Magento = 0.81, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 33 98 -
CMYK 0 0.81 0.43 0.33
HSL 331.74º 0.68% 0.4% -
HSV(B) 331.74º 0.81% 0.67% -
XYZ 19.54 10.63 12.58 -
YUV 81.67 137.22 191.71 -
System Red Green Blue C M Y K H S L
Decimal 171 33 98 0 0.81 0.43 0.33 331.74 0.68 0.4
Hex AB 21 62 0 51 2B 21 14C 44 28
Octal 253 41 142 0 121 53 41 514 104 50
Binary 10101011 100001 1100010 0 1010001 101011 100001 101001100 1000100 101000

Color Harmonies of #AB2162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2162

Black with #AB2162

Text Example


Text Example

White with #AB2162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2162; }

 p { color: rgb(171,33,98); }

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

background-color css

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

 a { background-color: rgb(171,33,98); }

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

border-color css

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

 span { border-color: rgb(171,33,98); }

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