Html Css Color HEX #AB045B Jazzberry Jam

📋 copy color: '#AB045B'

red 171 ◦ green 4 ◦ blue 91

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

Shades of Jazzberry Jam #AB045B

Tints of Jazzberry Jam #AB045B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 64.29%
G = 1.5%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB045B (or 0xAB045B) is known color: Jazzberry Jam. HEX triplet: AB, 04 and 5B. RGB value is (171,4,91). Sum of RGB (Red+Green+Blue) = 171+4+91=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB045B is #54FBA4. Grayscale: #3F3F3F. Windows color (decimal): -5569445 or 5964971. OLE color: 5964971.

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

Color convert

RGB 171 4 91 -
CMYK 0 0.98 0.47 0.33
HSL 328.74º 0.95% 0.34% -
HSV(B) 328.74º 0.98% 0.67% -
XYZ 18.73 9.5 10.74 -
YUV 63.85 143.33 204.43 -
System Red Green Blue C M Y K H S L
Decimal 171 4 91 0 0.98 0.47 0.33 328.74 0.95 0.34
Hex AB 4 5B 0 62 2F 21 149 5F 22
Octal 253 4 133 0 142 57 41 511 137 42
Binary 10101011 100 1011011 0 1100010 101111 100001 101001001 1011111 100010

Color Harmonies of #AB045B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB045B

Black with #AB045B

Text Example


Text Example

White with #AB045B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB045B; }

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

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

background-color css

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

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

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

border-color css

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

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

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