Html Css Color HEX #A3065E Jazzberry Jam

📋 copy color: '#A3065E'

red 163 ◦ green 6 ◦ blue 94

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

Shades of Jazzberry Jam #A3065E

Tints of Jazzberry Jam #A3065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.28%

 BLUE value IS 94 (37.11% from 255) = 35.74%

R = 61.98%
G = 2.28%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3065E (or 0xA3065E) is known color: Jazzberry Jam. HEX triplet: A3, 06 and 5E. RGB value is (163,6,94). Sum of RGB (Red+Green+Blue) = 163+6+94=263 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.98% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 163 - color contains mainly: red. Hex color #A3065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3065E is #5CF9A1. Grayscale: #3E3E3E. Windows color (decimal): -6093218 or 6162083. OLE color: 6162083.

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

Color convert

RGB 163 6 94 -
CMYK 0 0.96 0.42 0.36
HSL 326.37º 0.93% 0.33% -
HSV(B) 326.37º 0.96% 0.64% -
XYZ 17.19 8.72 11.37 -
YUV 62.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 163 6 94 0 0.96 0.42 0.36 326.37 0.93 0.33
Hex A3 6 5E 0 60 2A 24 146 5D 21
Octal 243 6 136 0 140 52 44 506 135 41
Binary 10100011 110 1011110 0 1100000 101010 100100 101000110 1011101 100001

Color Harmonies of #A3065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3065E

Black with #A3065E

Text Example


Text Example

White with #A3065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3065E; }

 p { color: rgb(163,6,94); }

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

background-color css

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

 a { background-color: rgb(163,6,94); }

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

border-color css

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

 span { border-color: rgb(163,6,94); }

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