Html Css Color HEX #AB135A Jazzberry Jam

📋 copy color: '#AB135A'

red 171 ◦ green 19 ◦ blue 90

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

Shades of Jazzberry Jam #AB135A

Tints of Jazzberry Jam #AB135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 61.07%
G = 6.79%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB135A (or 0xAB135A) is known color: Jazzberry Jam. HEX triplet: AB, 13 and 5A. RGB value is (171,19,90). Sum of RGB (Red+Green+Blue) = 171+19+90=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB135A is #54ECA5. Grayscale: #484848. Windows color (decimal): -5565606 or 5903275. OLE color: 5903275.

HSL color Cylindrical-coordinate representation of color #AB135A: hue angle of 331.97º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB135A is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 19 90 -
CMYK 0 0.89 0.47 0.33
HSL 331.97º 0.8% 0.37% -
HSV(B) 331.97º 0.89% 0.67% -
XYZ 18.87 9.86 10.58 -
YUV 72.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 171 19 90 0 0.89 0.47 0.33 331.97 0.8 0.37
Hex AB 13 5A 0 59 2F 21 14C 50 25
Octal 253 23 132 0 131 57 41 514 120 45
Binary 10101011 10011 1011010 0 1011001 101111 100001 101001100 1010000 100101

Color Harmonies of #AB135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB135A

Black with #AB135A

Text Example


Text Example

White with #AB135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB135A; }

 p { color: rgb(171,19,90); }

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

background-color css

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

 a { background-color: rgb(171,19,90); }

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

border-color css

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

 span { border-color: rgb(171,19,90); }

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