Html Css Color HEX #AB2465 Jazzberry Jam

📋 copy color: '#AB2465'

red 171 ◦ green 36 ◦ blue 101

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

Shades of Jazzberry Jam #AB2465

Tints of Jazzberry Jam #AB2465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 32.79%

R = 55.52%
G = 11.69%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AB2465 (or 0xAB2465) is known color: Jazzberry Jam. HEX triplet: AB, 24 and 65. RGB value is (171,36,101). Sum of RGB (Red+Green+Blue) = 171+36+101=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2465 is #54DB9A. Grayscale: #535353. Windows color (decimal): -5561243 or 6628523. OLE color: 6628523.

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

Color convert

RGB 171 36 101 -
CMYK 0 0.79 0.41 0.33
HSL 331.11º 0.65% 0.41% -
HSV(B) 331.11º 0.79% 0.67% -
XYZ 19.77 10.86 13.37 -
YUV 83.78 137.73 190.21 -
System Red Green Blue C M Y K H S L
Decimal 171 36 101 0 0.79 0.41 0.33 331.11 0.65 0.41
Hex AB 24 65 0 4F 29 21 14B 41 29
Octal 253 44 145 0 117 51 41 513 101 51
Binary 10101011 100100 1100101 0 1001111 101001 100001 101001011 1000001 101001

Color Harmonies of #AB2465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2465

Black with #AB2465

Text Example


Text Example

White with #AB2465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2465; }

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

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

background-color css

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

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

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

border-color css

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

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

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