Html Css Color HEX #A3216E Jazzberry Jam

📋 copy color: '#A3216E'

red 163 ◦ green 33 ◦ blue 110

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

Shades of Jazzberry Jam #A3216E

Tints of Jazzberry Jam #A3216E

RGB

 RED value IS 163 (64.06% from 255) = 53.27%

 GREEN value IS 33 (13.28% from 255) = 10.78%

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 53.27%
G = 10.78%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3216E (or 0xA3216E) is known color: Jazzberry Jam. HEX triplet: A3, 21 and 6E. RGB value is (163,33,110). Sum of RGB (Red+Green+Blue) = 163+33+110=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A3216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3216E is #5CDE91. Grayscale: #505050. Windows color (decimal): -6086290 or 7217571. OLE color: 7217571.

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

Color convert

RGB 163 33 110 -
CMYK 0 0.80 0.33 0.36
HSL 324.46º 0.66% 0.38% -
HSV(B) 324.46º 0.8% 0.64% -
XYZ 18.46 10 15.71 -
YUV 80.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 163 33 110 0 0.80 0.33 0.36 324.46 0.66 0.38
Hex A3 21 6E 0 50 21 24 144 42 26
Octal 243 41 156 0 120 41 44 504 102 46
Binary 10100011 100001 1101110 0 1010000 100001 100100 101000100 1000010 100110

Color Harmonies of #A3216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3216E

Black with #A3216E

Text Example


Text Example

White with #A3216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3216E; }

 p { color: rgb(163,33,110); }

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

background-color css

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

 a { background-color: rgb(163,33,110); }

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

border-color css

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

 span { border-color: rgb(163,33,110); }

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