Html Css Color HEX #A3065F Jazzberry Jam

📋 copy color: '#A3065F'

red 163 ◦ green 6 ◦ blue 95

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

Shades of Jazzberry Jam #A3065F

Tints of Jazzberry Jam #A3065F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.98%

R = 61.74%
G = 2.27%
B = 35.98%

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

#A3065F (or 0xA3065F) is known color: Jazzberry Jam. HEX triplet: A3, 06 and 5F. RGB value is (163,6,95). Sum of RGB (Red+Green+Blue) = 163+6+95=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A3065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3065F is #5CF9A0. Grayscale: #3E3E3E. Windows color (decimal): -6093217 or 6227619. OLE color: 6227619.

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

Color convert

RGB 163 6 95 -
CMYK 0 0.96 0.42 0.36
HSL 325.99º 0.93% 0.33% -
HSV(B) 325.99º 0.96% 0.64% -
XYZ 17.23 8.74 11.61 -
YUV 63.09 146.01 199.26 -
System Red Green Blue C M Y K H S L
Decimal 163 6 95 0 0.96 0.42 0.36 325.99 0.93 0.33
Hex A3 6 5F 0 60 2A 24 146 5D 21
Octal 243 6 137 0 140 52 44 506 135 41
Binary 10100011 110 1011111 0 1100000 101010 100100 101000110 1011101 100001

Color Harmonies of #A3065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3065F

Black with #A3065F

Text Example


Text Example

White with #A3065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3065F; }

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

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

background-color css

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

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

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

border-color css

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

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

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