Html Css Color HEX #A4015F Jazzberry Jam

📋 copy color: '#A4015F'

red 164 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #A4015F

Tints of Jazzberry Jam #A4015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 63.08%
G = 0.38%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4015F (or 0xA4015F) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 5F. RGB value is (164,1,95). Sum of RGB (Red+Green+Blue) = 164+1+95=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4015F is #5BFEA0. Grayscale: #3C3C3C. Windows color (decimal): -6028961 or 6226340. OLE color: 6226340.

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

Color convert

RGB 164 1 95 -
CMYK 0 0.99 0.42 0.36
HSL 325.4º 0.99% 0.32% -
HSV(B) 325.4º 0.99% 0.64% -
XYZ 17.39 8.74 11.6 -
YUV 60.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 164 1 95 0 0.99 0.42 0.36 325.4 0.99 0.32
Hex A4 1 5F 0 63 2A 24 145 63 20
Octal 244 1 137 0 143 52 44 505 143 40
Binary 10100100 1 1011111 0 1100011 101010 100100 101000101 1100011 100000

Color Harmonies of #A4015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4015F

Black with #A4015F

Text Example


Text Example

White with #A4015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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