Html Css Color HEX #AB206A Jazzberry Jam

📋 copy color: '#AB206A'

red 171 ◦ green 32 ◦ blue 106

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

Shades of Jazzberry Jam #AB206A

Tints of Jazzberry Jam #AB206A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

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

R = 55.34%
G = 10.36%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AB206A (or 0xAB206A) is known color: Jazzberry Jam. HEX triplet: AB, 20 and 6A. RGB value is (171,32,106). Sum of RGB (Red+Green+Blue) = 171+32+106=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB206A is #54DF95. Grayscale: #515151. Windows color (decimal): -5562262 or 6955179. OLE color: 6955179.

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

Color convert

RGB 171 32 106 -
CMYK 0 0.81 0.38 0.33
HSL 328.06º 0.68% 0.4% -
HSV(B) 328.06º 0.81% 0.67% -
XYZ 19.91 10.73 14.66 -
YUV 82 141.55 191.48 -
System Red Green Blue C M Y K H S L
Decimal 171 32 106 0 0.81 0.38 0.33 328.06 0.68 0.4
Hex AB 20 6A 0 51 26 21 148 44 28
Octal 253 40 152 0 121 46 41 510 104 50
Binary 10101011 100000 1101010 0 1010001 100110 100001 101001000 1000100 101000

Color Harmonies of #AB206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB206A

Black with #AB206A

Text Example


Text Example

White with #AB206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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