Html Css Color HEX #AB195C Jazzberry Jam

📋 copy color: '#AB195C'

red 171 ◦ green 25 ◦ blue 92

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

Shades of Jazzberry Jam #AB195C

Tints of Jazzberry Jam #AB195C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.68%

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 59.38%
G = 8.68%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AB195C (or 0xAB195C) is known color: Jazzberry Jam. HEX triplet: AB, 19 and 5C. RGB value is (171,25,92). Sum of RGB (Red+Green+Blue) = 171+25+92=288 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.38% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 171 - color contains mainly: red. Hex color #AB195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB195C is #54E6A3. Grayscale: #4C4C4C. Windows color (decimal): -5564068 or 6035883. OLE color: 6035883.

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

Color convert

RGB 171 25 92 -
CMYK 0 0.85 0.46 0.33
HSL 332.47º 0.74% 0.38% -
HSV(B) 332.47º 0.85% 0.67% -
XYZ 19.07 10.13 11.07 -
YUV 76.29 136.87 195.55 -
System Red Green Blue C M Y K H S L
Decimal 171 25 92 0 0.85 0.46 0.33 332.47 0.74 0.38
Hex AB 19 5C 0 55 2E 21 14C 4A 26
Octal 253 31 134 0 125 56 41 514 112 46
Binary 10101011 11001 1011100 0 1010101 101110 100001 101001100 1001010 100110

Color Harmonies of #AB195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB195C

Black with #AB195C

Text Example


Text Example

White with #AB195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB195C; }

 p { color: rgb(171,25,92); }

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

background-color css

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

 a { background-color: rgb(171,25,92); }

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

border-color css

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

 span { border-color: rgb(171,25,92); }

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