Html Css Color HEX #AB145A Jazzberry Jam

📋 copy color: '#AB145A'

red 171 ◦ green 20 ◦ blue 90

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

Shades of Jazzberry Jam #AB145A

Tints of Jazzberry Jam #AB145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.12%

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

R = 60.85%
G = 7.12%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB145A (or 0xAB145A) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 5A. RGB value is (171,20,90). Sum of RGB (Red+Green+Blue) = 171+20+90=281 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.85% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 171 - color contains mainly: red. Hex color #AB145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB145A is #54EBA5. Grayscale: #494949. Windows color (decimal): -5565350 or 5903531. OLE color: 5903531.

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

Color convert

RGB 171 20 90 -
CMYK 0 0.88 0.47 0.33
HSL 332.19º 0.79% 0.37% -
HSV(B) 332.19º 0.88% 0.67% -
XYZ 18.89 9.9 10.59 -
YUV 73.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 171 20 90 0 0.88 0.47 0.33 332.19 0.79 0.37
Hex AB 14 5A 0 58 2F 21 14C 4F 25
Octal 253 24 132 0 130 57 41 514 117 45
Binary 10101011 10100 1011010 0 1011000 101111 100001 101001100 1001111 100101

Color Harmonies of #AB145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB145A

Black with #AB145A

Text Example


Text Example

White with #AB145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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