Html Css Color HEX #A3065D Jazzberry Jam

📋 copy color: '#A3065D'

red 163 ◦ green 6 ◦ blue 93

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

Shades of Jazzberry Jam #A3065D

Tints of Jazzberry Jam #A3065D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.5%

R = 62.21%
G = 2.29%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3065D (or 0xA3065D) is known color: Jazzberry Jam. HEX triplet: A3, 06 and 5D. RGB value is (163,6,93). Sum of RGB (Red+Green+Blue) = 163+6+93=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A3065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3065D is #5CF9A2. Grayscale: #3E3E3E. Windows color (decimal): -6093219 or 6096547. OLE color: 6096547.

HSL color Cylindrical-coordinate representation of color #A3065D: hue angle of 326.75º 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 #A3065D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 6 93 -
CMYK 0 0.96 0.43 0.36
HSL 326.75º 0.93% 0.33% -
HSV(B) 326.75º 0.96% 0.64% -
XYZ 17.15 8.71 11.13 -
YUV 62.86 145.01 199.43 -
System Red Green Blue C M Y K H S L
Decimal 163 6 93 0 0.96 0.43 0.36 326.75 0.93 0.33
Hex A3 6 5D 0 60 2B 24 147 5D 21
Octal 243 6 135 0 140 53 44 507 135 41
Binary 10100011 110 1011101 0 1100000 101011 100100 101000111 1011101 100001

Color Harmonies of #A3065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3065D

Black with #A3065D

Text Example


Text Example

White with #A3065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3065D; }

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

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

background-color css

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

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

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

border-color css

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

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

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