Html Css Color HEX #AB2466 Jazzberry Jam

📋 copy color: '#AB2466'

red 171 ◦ green 36 ◦ blue 102

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

Shades of Jazzberry Jam #AB2466

Tints of Jazzberry Jam #AB2466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 55.34%
G = 11.65%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AB2466 (or 0xAB2466) is known color: Jazzberry Jam. HEX triplet: AB, 24 and 66. RGB value is (171,36,102). Sum of RGB (Red+Green+Blue) = 171+36+102=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2466 is #54DB99. Grayscale: #535353. Windows color (decimal): -5561242 or 6694059. OLE color: 6694059.

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

Color convert

RGB 171 36 102 -
CMYK 0 0.79 0.40 0.33
HSL 330.67º 0.65% 0.41% -
HSV(B) 330.67º 0.79% 0.67% -
XYZ 19.82 10.88 13.63 -
YUV 83.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 171 36 102 0 0.79 0.40 0.33 330.67 0.65 0.41
Hex AB 24 66 0 4F 28 21 14B 41 29
Octal 253 44 146 0 117 50 41 513 101 51
Binary 10101011 100100 1100110 0 1001111 101000 100001 101001011 1000001 101001

Color Harmonies of #AB2466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2466

Black with #AB2466

Text Example


Text Example

White with #AB2466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2466; }

 p { color: rgb(171,36,102); }

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

background-color css

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

 a { background-color: rgb(171,36,102); }

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

border-color css

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

 span { border-color: rgb(171,36,102); }

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