Html Css Color HEX #AB2467 Jazzberry Jam

📋 copy color: '#AB2467'

red 171 ◦ green 36 ◦ blue 103

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

Shades of Jazzberry Jam #AB2467

Tints of Jazzberry Jam #AB2467

RGB

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

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

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

R = 55.16%
G = 11.61%
B = 33.23%

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

#AB2467 (or 0xAB2467) is known color: Jazzberry Jam. HEX triplet: AB, 24 and 67. RGB value is (171,36,103). Sum of RGB (Red+Green+Blue) = 171+36+103=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2467 is #54DB98. Grayscale: #535353. Windows color (decimal): -5561241 or 6759595. OLE color: 6759595.

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

Color convert

RGB 171 36 103 -
CMYK 0 0.79 0.40 0.33
HSL 330.22º 0.65% 0.41% -
HSV(B) 330.22º 0.79% 0.67% -
XYZ 19.87 10.9 13.89 -
YUV 84 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 171 36 103 0 0.79 0.40 0.33 330.22 0.65 0.41
Hex AB 24 67 0 4F 28 21 14A 41 29
Octal 253 44 147 0 117 50 41 512 101 51
Binary 10101011 100100 1100111 0 1001111 101000 100001 101001010 1000001 101001

Color Harmonies of #AB2467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2467

Black with #AB2467

Text Example


Text Example

White with #AB2467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2467; }

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

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

background-color css

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

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

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

border-color css

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

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

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