Html Css Color HEX #AB145E Jazzberry Jam

📋 copy color: '#AB145E'

red 171 ◦ green 20 ◦ blue 94

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

Shades of Jazzberry Jam #AB145E

Tints of Jazzberry Jam #AB145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.98%

R = 60%
G = 7.02%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB145E (or 0xAB145E) is known color: Jazzberry Jam. HEX triplet: AB, 14 and 5E. RGB value is (171,20,94). Sum of RGB (Red+Green+Blue) = 171+20+94=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB145E is #54EBA1. Grayscale: #494949. Windows color (decimal): -5565346 or 6165675. OLE color: 6165675.

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

Color convert

RGB 171 20 94 -
CMYK 0 0.88 0.45 0.33
HSL 330.6º 0.79% 0.37% -
HSV(B) 330.6º 0.88% 0.67% -
XYZ 19.07 9.97 11.51 -
YUV 73.59 139.53 197.48 -
System Red Green Blue C M Y K H S L
Decimal 171 20 94 0 0.88 0.45 0.33 330.6 0.79 0.37
Hex AB 14 5E 0 58 2D 21 14B 4F 25
Octal 253 24 136 0 130 55 41 513 117 45
Binary 10101011 10100 1011110 0 1011000 101101 100001 101001011 1001111 100101

Color Harmonies of #AB145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB145E

Black with #AB145E

Text Example


Text Example

White with #AB145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB145E; }

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

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

background-color css

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

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

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

border-color css

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

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

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