Html Css Color HEX #AB2569 Jazzberry Jam

📋 copy color: '#AB2569'

red 171 ◦ green 37 ◦ blue 105

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

Shades of Jazzberry Jam #AB2569

Tints of Jazzberry Jam #AB2569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.82%

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

R = 54.63%
G = 11.82%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB2569 (or 0xAB2569) is known color: Jazzberry Jam. HEX triplet: AB, 25 and 69. RGB value is (171,37,105). Sum of RGB (Red+Green+Blue) = 171+37+105=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2569 is #54DA96. Grayscale: #545454. Windows color (decimal): -5560983 or 6890923. OLE color: 6890923.

HSL color Cylindrical-coordinate representation of color #AB2569: hue angle of 329.55º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2569 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 37 105 -
CMYK 0 0.78 0.39 0.33
HSL 329.55º 0.64% 0.41% -
HSV(B) 329.55º 0.78% 0.67% -
XYZ 20.01 11 14.43 -
YUV 84.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 171 37 105 0 0.78 0.39 0.33 329.55 0.64 0.41
Hex AB 25 69 0 4E 27 21 14A 40 29
Octal 253 45 151 0 116 47 41 512 100 51
Binary 10101011 100101 1101001 0 1001110 100111 100001 101001010 1000000 101001

Color Harmonies of #AB2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2569

Black with #AB2569

Text Example


Text Example

White with #AB2569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2569; }

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

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

background-color css

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

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

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

border-color css

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

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

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