Html Css Color HEX #AB0365 Jazzberry Jam

📋 copy color: '#AB0365'

red 171 ◦ green 3 ◦ blue 101

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

Shades of Jazzberry Jam #AB0365

Tints of Jazzberry Jam #AB0365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 101 (39.84% from 255) = 36.73%

R = 62.18%
G = 1.09%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB0365 (or 0xAB0365) is known color: Jazzberry Jam. HEX triplet: AB, 03 and 65. RGB value is (171,3,101). Sum of RGB (Red+Green+Blue) = 171+3+101=275 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.18% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB0365 is #54FC9A. Grayscale: #404040. Windows color (decimal): -5569691 or 6620075. OLE color: 6620075.

HSL color Cylindrical-coordinate representation of color #AB0365: hue angle of 325º degrees, saturation: 0.97, 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 #AB0365 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 3 101 -
CMYK 0 0.98 0.41 0.33
HSL 325º 0.97% 0.34% -
HSV(B) 325º 0.98% 0.67% -
XYZ 19.18 9.66 13.17 -
YUV 64.4 148.66 204.03 -
System Red Green Blue C M Y K H S L
Decimal 171 3 101 0 0.98 0.41 0.33 325 0.97 0.34
Hex AB 3 65 0 62 29 21 145 61 22
Octal 253 3 145 0 142 51 41 505 141 42
Binary 10101011 11 1100101 0 1100010 101001 100001 101000101 1100001 100010

Color Harmonies of #AB0365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0365

Black with #AB0365

Text Example


Text Example

White with #AB0365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0365; }

 p { color: rgb(171,3,101); }

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

background-color css

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

 a { background-color: rgb(171,3,101); }

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

border-color css

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

 span { border-color: rgb(171,3,101); }

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