Html Css Color HEX #A4025D Jazzberry Jam

📋 copy color: '#A4025D'

red 164 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #A4025D

Tints of Jazzberry Jam #A4025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 63.32%
G = 0.77%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4025D (or 0xA4025D) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 5D. RGB value is (164,2,93). Sum of RGB (Red+Green+Blue) = 164+2+93=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A4025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4025D is #5BFDA2. Grayscale: #3C3C3C. Windows color (decimal): -6028707 or 6095524. OLE color: 6095524.

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

Color convert

RGB 164 2 93 -
CMYK 0 0.99 0.43 0.36
HSL 326.3º 0.98% 0.33% -
HSV(B) 326.3º 0.99% 0.64% -
XYZ 17.31 8.73 11.13 -
YUV 60.81 146.17 201.6 -
System Red Green Blue C M Y K H S L
Decimal 164 2 93 0 0.99 0.43 0.36 326.3 0.98 0.33
Hex A4 2 5D 0 63 2B 24 146 62 21
Octal 244 2 135 0 143 53 44 506 142 41
Binary 10100100 10 1011101 0 1100011 101011 100100 101000110 1100010 100001

Color Harmonies of #A4025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4025D

Black with #A4025D

Text Example


Text Example

White with #A4025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4025D; }

 p { color: rgb(164,2,93); }

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

background-color css

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

 a { background-color: rgb(164,2,93); }

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

border-color css

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

 span { border-color: rgb(164,2,93); }

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