Html Css Color HEX #A3025C Jazzberry Jam

📋 copy color: '#A3025C'

red 163 ◦ green 2 ◦ blue 92

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

Shades of Jazzberry Jam #A3025C

Tints of Jazzberry Jam #A3025C

RGB

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

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

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

R = 63.42%
G = 0.78%
B = 35.8%

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

#A3025C (or 0xA3025C) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 5C. RGB value is (163,2,92). Sum of RGB (Red+Green+Blue) = 163+2+92=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A3025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3025C is #5CFDA3. Grayscale: #3C3C3C. Windows color (decimal): -6094244 or 6029987. OLE color: 6029987.

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

Color convert

RGB 163 2 92 -
CMYK 0 0.99 0.44 0.36
HSL 326.46º 0.98% 0.32% -
HSV(B) 326.46º 0.99% 0.64% -
XYZ 17.06 8.6 10.89 -
YUV 60.4 145.84 201.18 -
System Red Green Blue C M Y K H S L
Decimal 163 2 92 0 0.99 0.44 0.36 326.46 0.98 0.32
Hex A3 2 5C 0 63 2C 24 146 62 20
Octal 243 2 134 0 143 54 44 506 142 40
Binary 10100011 10 1011100 0 1100011 101100 100100 101000110 1100010 100000

Color Harmonies of #A3025C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3025C

Black with #A3025C

Text Example


Text Example

White with #A3025C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3025C; }

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

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

background-color css

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

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

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

border-color css

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

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

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