Html Css Color HEX #AB015E Jazzberry Jam

📋 copy color: '#AB015E'

red 171 ◦ green 1 ◦ blue 94

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

Shades of Jazzberry Jam #AB015E

Tints of Jazzberry Jam #AB015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 64.29%
G = 0.38%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB015E (or 0xAB015E) is known color: Jazzberry Jam. HEX triplet: AB, 01 and 5E. RGB value is (171,1,94). Sum of RGB (Red+Green+Blue) = 171+1+94=266 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.29% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 171 - color contains mainly: red. Hex color #AB015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB015E is #54FEA1. Grayscale: #3E3E3E. Windows color (decimal): -5570210 or 6160811. OLE color: 6160811.

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

Color convert

RGB 171 1 94 -
CMYK 0 0.99 0.45 0.33
HSL 327.18º 0.99% 0.34% -
HSV(B) 327.18º 0.99% 0.67% -
XYZ 18.83 9.49 11.43 -
YUV 62.43 145.82 205.44 -
System Red Green Blue C M Y K H S L
Decimal 171 1 94 0 0.99 0.45 0.33 327.18 0.99 0.34
Hex AB 1 5E 0 63 2D 21 147 63 22
Octal 253 1 136 0 143 55 41 507 143 42
Binary 10101011 1 1011110 0 1100011 101101 100001 101000111 1100011 100010

Color Harmonies of #AB015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB015E

Black with #AB015E

Text Example


Text Example

White with #AB015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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