Html Css Color HEX #AB145B Jazzberry Jam

📋 copy color: '#AB145B'

red 171 ◦ green 20 ◦ blue 91

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

Shades of Jazzberry Jam #AB145B

Tints of Jazzberry Jam #AB145B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 60.64%
G = 7.09%
B = 32.27%

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

#AB145B (or 0xAB145B) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 5B. RGB value is (171,20,91). Sum of RGB (Red+Green+Blue) = 171+20+91=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB145B is #54EBA4. Grayscale: #494949. Windows color (decimal): -5565349 or 5969067. OLE color: 5969067.

HSL color Cylindrical-coordinate representation of color #AB145B: hue angle of 331.79º 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 #AB145B is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 20 91 -
CMYK 0 0.88 0.47 0.33
HSL 331.79º 0.79% 0.37% -
HSV(B) 331.79º 0.88% 0.67% -
XYZ 18.93 9.91 10.81 -
YUV 73.24 138.03 197.73 -
System Red Green Blue C M Y K H S L
Decimal 171 20 91 0 0.88 0.47 0.33 331.79 0.79 0.37
Hex AB 14 5B 0 58 2F 21 14C 4F 25
Octal 253 24 133 0 130 57 41 514 117 45
Binary 10101011 10100 1011011 0 1011000 101111 100001 101001100 1001111 100101

Color Harmonies of #AB145B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB145B

Black with #AB145B

Text Example


Text Example

White with #AB145B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB145B; }

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

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

background-color css

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

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

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

border-color css

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

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

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