Html Css Color HEX #AB165D Jazzberry Jam

📋 copy color: '#AB165D'

red 171 ◦ green 22 ◦ blue 93

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

Shades of Jazzberry Jam #AB165D

Tints of Jazzberry Jam #AB165D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.52%

R = 59.79%
G = 7.69%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB165D (or 0xAB165D) is known color: Jazzberry Jam. HEX triplet: AB, 16 and 5D. RGB value is (171,22,93). Sum of RGB (Red+Green+Blue) = 171+22+93=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB165D is #54E9A2. Grayscale: #4A4A4A. Windows color (decimal): -5564835 or 6100651. OLE color: 6100651.

HSL color Cylindrical-coordinate representation of color #AB165D: hue angle of 331.41º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB165D is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 22 93 -
CMYK 0 0.87 0.46 0.33
HSL 331.41º 0.77% 0.38% -
HSV(B) 331.41º 0.87% 0.67% -
XYZ 19.06 10.02 11.29 -
YUV 74.65 138.36 196.73 -
System Red Green Blue C M Y K H S L
Decimal 171 22 93 0 0.87 0.46 0.33 331.41 0.77 0.38
Hex AB 16 5D 0 57 2E 21 14B 4D 26
Octal 253 26 135 0 127 56 41 513 115 46
Binary 10101011 10110 1011101 0 1010111 101110 100001 101001011 1001101 100110

Color Harmonies of #AB165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB165D

Black with #AB165D

Text Example


Text Example

White with #AB165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB165D; }

 p { color: rgb(171,22,93); }

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

background-color css

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

 a { background-color: rgb(171,22,93); }

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

border-color css

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

 span { border-color: rgb(171,22,93); }

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