Html Css Color HEX #A3236E Jazzberry Jam

📋 copy color: '#A3236E'

red 163 ◦ green 35 ◦ blue 110

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

Shades of Jazzberry Jam #A3236E

Tints of Jazzberry Jam #A3236E

RGB

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

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

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

R = 52.92%
G = 11.36%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3236E (or 0xA3236E) is known color: Jazzberry Jam. HEX triplet: A3, 23 and 6E. RGB value is (163,35,110). Sum of RGB (Red+Green+Blue) = 163+35+110=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3236E is #5CDC91. Grayscale: #515151. Windows color (decimal): -6085778 or 7218083. OLE color: 7218083.

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

Color convert

RGB 163 35 110 -
CMYK 0 0.79 0.33 0.36
HSL 324.84º 0.65% 0.39% -
HSV(B) 324.84º 0.79% 0.64% -
XYZ 18.52 10.11 15.73 -
YUV 81.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 163 35 110 0 0.79 0.33 0.36 324.84 0.65 0.39
Hex A3 23 6E 0 4F 21 24 145 41 27
Octal 243 43 156 0 117 41 44 505 101 47
Binary 10100011 100011 1101110 0 1001111 100001 100100 101000101 1000001 100111

Color Harmonies of #A3236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3236E

Black with #A3236E

Text Example


Text Example

White with #A3236E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3236E; }

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

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

background-color css

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

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

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

border-color css

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

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

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