Html Css Color HEX #AB2069 Jazzberry Jam

📋 copy color: '#AB2069'

red 171 ◦ green 32 ◦ blue 105

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

Shades of Jazzberry Jam #AB2069

Tints of Jazzberry Jam #AB2069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.09%

R = 55.52%
G = 10.39%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB2069 (or 0xAB2069) is known color: Jazzberry Jam. HEX triplet: AB, 20 and 69. RGB value is (171,32,105). Sum of RGB (Red+Green+Blue) = 171+32+105=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2069 is #54DF96. Grayscale: #515151. Windows color (decimal): -5562263 or 6889643. OLE color: 6889643.

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

Color convert

RGB 171 32 105 -
CMYK 0 0.81 0.39 0.33
HSL 328.49º 0.68% 0.4% -
HSV(B) 328.49º 0.81% 0.67% -
XYZ 19.86 10.71 14.39 -
YUV 81.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 171 32 105 0 0.81 0.39 0.33 328.49 0.68 0.4
Hex AB 20 69 0 51 27 21 148 44 28
Octal 253 40 151 0 121 47 41 510 104 50
Binary 10101011 100000 1101001 0 1010001 100111 100001 101001000 1000100 101000

Color Harmonies of #AB2069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2069

Black with #AB2069

Text Example


Text Example

White with #AB2069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2069; }

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

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

background-color css

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

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

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

border-color css

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

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

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