Html Css Color HEX #AB2568 Jazzberry Jam

📋 copy color: '#AB2568'

red 171 ◦ green 37 ◦ blue 104

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

Shades of Jazzberry Jam #AB2568

Tints of Jazzberry Jam #AB2568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 54.81%
G = 11.86%
B = 33.33%

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

#AB2568 (or 0xAB2568) is known color: Jazzberry Jam. HEX triplet: AB, 25 and 68. RGB value is (171,37,104). Sum of RGB (Red+Green+Blue) = 171+37+104=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2568 is #54DA97. Grayscale: #545454. Windows color (decimal): -5560984 or 6825387. OLE color: 6825387.

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

Color convert

RGB 171 37 104 -
CMYK 0 0.78 0.39 0.33
HSL 330º 0.64% 0.41% -
HSV(B) 330º 0.78% 0.67% -
XYZ 19.95 10.98 14.16 -
YUV 84.7 138.89 189.55 -
System Red Green Blue C M Y K H S L
Decimal 171 37 104 0 0.78 0.39 0.33 330 0.64 0.41
Hex AB 25 68 0 4E 27 21 14A 40 29
Octal 253 45 150 0 116 47 41 512 100 51
Binary 10101011 100101 1101000 0 1001110 100111 100001 101001010 1000000 101001

Color Harmonies of #AB2568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2568

Black with #AB2568

Text Example


Text Example

White with #AB2568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2568; }

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

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

background-color css

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

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

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

border-color css

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

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

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