Html Css Color HEX #A2025D Jazzberry Jam

📋 copy color: '#A2025D'

red 162 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #A2025D

Tints of Jazzberry Jam #A2025D

RGB

 RED value IS 162 (63.67% from 255) = 63.04%

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

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

R = 63.04%
G = 0.78%
B = 36.19%

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

#A2025D (or 0xA2025D) is known color: Jazzberry Jam. HEX triplet: A2, 02 and 5D. RGB value is (162,2,93). Sum of RGB (Red+Green+Blue) = 162+2+93=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A2025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2025D is #5DFDA2. Grayscale: #3C3C3C. Windows color (decimal): -6159779 or 6095522. OLE color: 6095522.

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

Color convert

RGB 162 2 93 -
CMYK 0 0.99 0.43 0.36
HSL 325.88º 0.98% 0.32% -
HSV(B) 325.88º 0.99% 0.64% -
XYZ 16.9 8.52 11.11 -
YUV 60.21 146.51 200.6 -
System Red Green Blue C M Y K H S L
Decimal 162 2 93 0 0.99 0.43 0.36 325.88 0.98 0.32
Hex A2 2 5D 0 63 2B 24 146 62 20
Octal 242 2 135 0 143 53 44 506 142 40
Binary 10100010 10 1011101 0 1100011 101011 100100 101000110 1100010 100000

Color Harmonies of #A2025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2025D

Black with #A2025D

Text Example


Text Example

White with #A2025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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