Html Css Color HEX #A4025C Jazzberry Jam

📋 copy color: '#A4025C'

red 164 ◦ green 2 ◦ blue 92

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

Shades of Jazzberry Jam #A4025C

Tints of Jazzberry Jam #A4025C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.66%

R = 63.57%
G = 0.78%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A4025C (or 0xA4025C) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 5C. RGB value is (164,2,92). Sum of RGB (Red+Green+Blue) = 164+2+92=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A4025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4025C is #5BFDA3. Grayscale: #3C3C3C. Windows color (decimal): -6028708 or 6029988. OLE color: 6029988.

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

Color convert

RGB 164 2 92 -
CMYK 0 0.99 0.44 0.36
HSL 326.67º 0.98% 0.33% -
HSV(B) 326.67º 0.99% 0.64% -
XYZ 17.26 8.71 10.9 -
YUV 60.7 145.67 201.68 -
System Red Green Blue C M Y K H S L
Decimal 164 2 92 0 0.99 0.44 0.36 326.67 0.98 0.33
Hex A4 2 5C 0 63 2C 24 147 62 21
Octal 244 2 134 0 143 54 44 507 142 41
Binary 10100100 10 1011100 0 1100011 101100 100100 101000111 1100010 100001

Color Harmonies of #A4025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4025C

Black with #A4025C

Text Example


Text Example

White with #A4025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4025C; }

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

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

background-color css

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

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

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

border-color css

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

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

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