Html Css Color HEX #AB006A Jazzberry Jam

📋 copy color: '#AB006A'

red 171 ◦ green 0 ◦ blue 106

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

Shades of Jazzberry Jam #AB006A

Tints of Jazzberry Jam #AB006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 106 (41.8% from 255) = 38.27%

R = 61.73%
G = 0%
B = 38.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB006A (or 0xAB006A) is known color: Jazzberry Jam. HEX triplet: AB, 00 and 6A. RGB value is (171,0,106). Sum of RGB (Red+Green+Blue) = 171+0+106=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB006A is #54FF95. Grayscale: #3E3E3E. Windows color (decimal): -5570454 or 6946987. OLE color: 6946987.

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

Color convert

RGB 171 0 106 -
CMYK 0 1 0.38 0.33
HSL 322.81º 1% 0.34% -
HSV(B) 322.81º 1% 0.67% -
XYZ 19.4 9.7 14.49 -
YUV 63.21 152.15 204.88 -
System Red Green Blue C M Y K H S L
Decimal 171 0 106 0 1 0.38 0.33 322.81 1 0.34
Hex AB 0 6A 0 64 26 21 143 64 22
Octal 253 0 152 0 144 46 41 503 144 42
Binary 10101011 0 1101010 0 1100100 100110 100001 101000011 1100100 100010

Color Harmonies of #AB006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB006A

Black with #AB006A

Text Example


Text Example

White with #AB006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB006A; }

 p { color: rgb(171,0,106); }

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

background-color css

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

 a { background-color: rgb(171,0,106); }

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

border-color css

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

 span { border-color: rgb(171,0,106); }

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