Html Css Color HEX #AB2067 Jazzberry Jam

📋 copy color: '#AB2067'

red 171 ◦ green 32 ◦ blue 103

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

Shades of Jazzberry Jam #AB2067

Tints of Jazzberry Jam #AB2067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.66%

R = 55.88%
G = 10.46%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB2067 (or 0xAB2067) is known color: Jazzberry Jam. HEX triplet: AB, 20 and 67. RGB value is (171,32,103). Sum of RGB (Red+Green+Blue) = 171+32+103=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2067 is #54DF98. Grayscale: #515151. Windows color (decimal): -5562265 or 6758571. OLE color: 6758571.

HSL color Cylindrical-coordinate representation of color #AB2067: hue angle of 329.35º 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 #AB2067 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 32 103 -
CMYK 0 0.81 0.40 0.33
HSL 329.35º 0.68% 0.4% -
HSV(B) 329.35º 0.81% 0.67% -
XYZ 19.76 10.67 13.85 -
YUV 81.66 140.05 191.73 -
System Red Green Blue C M Y K H S L
Decimal 171 32 103 0 0.81 0.40 0.33 329.35 0.68 0.4
Hex AB 20 67 0 51 28 21 149 44 28
Octal 253 40 147 0 121 50 41 511 104 50
Binary 10101011 100000 1100111 0 1010001 101000 100001 101001001 1000100 101000

Color Harmonies of #AB2067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2067

Black with #AB2067

Text Example


Text Example

White with #AB2067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2067; }

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

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

background-color css

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

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

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

border-color css

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

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

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