Html Css Color HEX #A4065F Jazzberry Jam

📋 copy color: '#A4065F'

red 164 ◦ green 6 ◦ blue 95

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

Shades of Jazzberry Jam #A4065F

Tints of Jazzberry Jam #A4065F

RGB

 RED value IS 164 (64.45% from 255) = 61.89%

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

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

R = 61.89%
G = 2.26%
B = 35.85%

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

#A4065F (or 0xA4065F) is known color: Jazzberry Jam. HEX triplet: A4, 06 and 5F. RGB value is (164,6,95). Sum of RGB (Red+Green+Blue) = 164+6+95=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A4065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4065F is #5BF9A0. Grayscale: #3F3F3F. Windows color (decimal): -6027681 or 6227620. OLE color: 6227620.

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

Color convert

RGB 164 6 95 -
CMYK 0 0.96 0.42 0.36
HSL 326.2º 0.93% 0.33% -
HSV(B) 326.2º 0.96% 0.64% -
XYZ 17.44 8.85 11.62 -
YUV 63.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 164 6 95 0 0.96 0.42 0.36 326.2 0.93 0.33
Hex A4 6 5F 0 60 2A 24 146 5D 21
Octal 244 6 137 0 140 52 44 506 135 41
Binary 10100100 110 1011111 0 1100000 101010 100100 101000110 1011101 100001

Color Harmonies of #A4065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4065F

Black with #A4065F

Text Example


Text Example

White with #A4065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4065F; }

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

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

background-color css

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

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

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

border-color css

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

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

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