Html Css Color HEX #A4025E Jazzberry Jam

📋 copy color: '#A4025E'

red 164 ◦ green 2 ◦ blue 94

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

Shades of Jazzberry Jam #A4025E

Tints of Jazzberry Jam #A4025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 63.08%
G = 0.77%
B = 36.15%

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

#A4025E (or 0xA4025E) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 5E. RGB value is (164,2,94). Sum of RGB (Red+Green+Blue) = 164+2+94=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4025E is #5BFDA1. Grayscale: #3C3C3C. Windows color (decimal): -6028706 or 6161060. OLE color: 6161060.

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

Color convert

RGB 164 2 94 -
CMYK 0 0.99 0.43 0.36
HSL 325.93º 0.98% 0.33% -
HSV(B) 325.93º 0.99% 0.64% -
XYZ 17.35 8.74 11.36 -
YUV 60.93 146.67 201.52 -
System Red Green Blue C M Y K H S L
Decimal 164 2 94 0 0.99 0.43 0.36 325.93 0.98 0.33
Hex A4 2 5E 0 63 2B 24 146 62 21
Octal 244 2 136 0 143 53 44 506 142 41
Binary 10100100 10 1011110 0 1100011 101011 100100 101000110 1100010 100001

Color Harmonies of #A4025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4025E

Black with #A4025E

Text Example


Text Example

White with #A4025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4025E; }

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

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

background-color css

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

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

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

border-color css

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

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

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