Html Css Color HEX #AB2369 Jazzberry Jam

📋 copy color: '#AB2369'

red 171 ◦ green 35 ◦ blue 105

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

Shades of Jazzberry Jam #AB2369

Tints of Jazzberry Jam #AB2369

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

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

R = 54.98%
G = 11.25%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB2369 (or 0xAB2369) is known color: Jazzberry Jam. HEX triplet: AB, 23 and 69. RGB value is (171,35,105). Sum of RGB (Red+Green+Blue) = 171+35+105=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2369 is #54DC96. Grayscale: #535353. Windows color (decimal): -5561495 or 6890411. OLE color: 6890411.

HSL color Cylindrical-coordinate representation of color #AB2369: hue angle of 329.12º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2369 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 105 -
CMYK 0 0.80 0.39 0.33
HSL 329.12º 0.66% 0.4% -
HSV(B) 329.12º 0.8% 0.67% -
XYZ 19.95 10.88 14.41 -
YUV 83.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 171 35 105 0 0.80 0.39 0.33 329.12 0.66 0.4
Hex AB 23 69 0 50 27 21 149 42 28
Octal 253 43 151 0 120 47 41 511 102 50
Binary 10101011 100011 1101001 0 1010000 100111 100001 101001001 1000010 101000

Color Harmonies of #AB2369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2369

Black with #AB2369

Text Example


Text Example

White with #AB2369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2369; }

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

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

background-color css

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

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

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

border-color css

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

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

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