Html Css Color HEX #A3256E Jazzberry Jam

📋 copy color: '#A3256E'

red 163 ◦ green 37 ◦ blue 110

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

Shades of Jazzberry Jam #A3256E

Tints of Jazzberry Jam #A3256E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

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

R = 52.58%
G = 11.94%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3256E (or 0xA3256E) is known color: Jazzberry Jam. HEX triplet: A3, 25 and 6E. RGB value is (163,37,110). Sum of RGB (Red+Green+Blue) = 163+37+110=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3256E is #5CDA91. Grayscale: #525252. Windows color (decimal): -6085266 or 7218595. OLE color: 7218595.

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

Color convert

RGB 163 37 110 -
CMYK 0 0.77 0.33 0.36
HSL 325.24º 0.63% 0.39% -
HSV(B) 325.24º 0.77% 0.64% -
XYZ 18.58 10.24 15.75 -
YUV 83 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 163 37 110 0 0.77 0.33 0.36 325.24 0.63 0.39
Hex A3 25 6E 0 4D 21 24 145 3F 27
Octal 243 45 156 0 115 41 44 505 77 47
Binary 10100011 100101 1101110 0 1001101 100001 100100 101000101 111111 100111

Color Harmonies of #A3256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3256E

Black with #A3256E

Text Example


Text Example

White with #A3256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3256E; }

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

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

background-color css

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

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

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

border-color css

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

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

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