Html Css Color HEX #A1025D Jazzberry Jam

📋 copy color: '#A1025D'

red 161 ◦ green 2 ◦ blue 93

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

Shades of Jazzberry Jam #A1025D

Tints of Jazzberry Jam #A1025D

RGB

 RED value IS 161 (63.28% from 255) = 62.89%

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

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

R = 62.89%
G = 0.78%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1025D (or 0xA1025D) is known color: Jazzberry Jam. HEX triplet: A1, 02 and 5D. RGB value is (161,2,93). Sum of RGB (Red+Green+Blue) = 161+2+93=256 (33% of max value = 765). Red value is 161 (63.28% from 255 or 62.89% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 161 - color contains mainly: red. Hex color #A1025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1025D is #5EFDA2. Grayscale: #3B3B3B. Windows color (decimal): -6225315 or 6095521. OLE color: 6095521.

HSL color Cylindrical-coordinate representation of color #A1025D: hue angle of 325.66º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1025D is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 2 93 -
CMYK 0 0.99 0.42 0.37
HSL 325.66º 0.98% 0.32% -
HSV(B) 325.66º 0.99% 0.63% -
XYZ 16.7 8.41 11.1 -
YUV 59.92 146.68 200.1 -
System Red Green Blue C M Y K H S L
Decimal 161 2 93 0 0.99 0.42 0.37 325.66 0.98 0.32
Hex A1 2 5D 0 63 2A 25 146 62 20
Octal 241 2 135 0 143 52 45 506 142 40
Binary 10100001 10 1011101 0 1100011 101010 100101 101000110 1100010 100000

Color Harmonies of #A1025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1025D

Black with #A1025D

Text Example


Text Example

White with #A1025D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1025D; }

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

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

background-color css

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

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

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

border-color css

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

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

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