Html Css Color HEX #A3025E Jazzberry Jam

📋 copy color: '#A3025E'

red 163 ◦ green 2 ◦ blue 94

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

Shades of Jazzberry Jam #A3025E

Tints of Jazzberry Jam #A3025E

RGB

 RED value IS 163 (64.06% from 255) = 62.93%

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

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

R = 62.93%
G = 0.77%
B = 36.29%

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

#A3025E (or 0xA3025E) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 5E. RGB value is (163,2,94). Sum of RGB (Red+Green+Blue) = 163+2+94=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A3025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3025E is #5CFDA1. Grayscale: #3C3C3C. Windows color (decimal): -6094242 or 6161059. OLE color: 6161059.

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

Color convert

RGB 163 2 94 -
CMYK 0 0.99 0.42 0.36
HSL 325.71º 0.98% 0.32% -
HSV(B) 325.71º 0.99% 0.64% -
XYZ 17.15 8.64 11.35 -
YUV 60.63 146.84 201.02 -
System Red Green Blue C M Y K H S L
Decimal 163 2 94 0 0.99 0.42 0.36 325.71 0.98 0.32
Hex A3 2 5E 0 63 2A 24 146 62 20
Octal 243 2 136 0 143 52 44 506 142 40
Binary 10100011 10 1011110 0 1100011 101010 100100 101000110 1100010 100000

Color Harmonies of #A3025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3025E

Black with #A3025E

Text Example


Text Example

White with #A3025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3025E; }

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

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

background-color css

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

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

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

border-color css

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

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

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