Html Css Color HEX #A1024B Jazzberry Jam

📋 copy color: '#A1024B'

red 161 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #A1024B

Tints of Jazzberry Jam #A1024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.51%

R = 67.65%
G = 0.84%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1024B (or 0xA1024B) is known color: Jazzberry Jam. HEX triplet: A1, 02 and 4B. RGB value is (161,2,75). Sum of RGB (Red+Green+Blue) = 161+2+75=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A1024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1024B is #5EFDB4. Grayscale: #393939. Windows color (decimal): -6225333 or 4915873. OLE color: 4915873.

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

Color convert

RGB 161 2 75 -
CMYK 0 0.99 0.53 0.37
HSL 332.45º 0.98% 0.32% -
HSV(B) 332.45º 0.99% 0.63% -
XYZ 15.99 8.13 7.38 -
YUV 57.86 137.68 201.56 -
System Red Green Blue C M Y K H S L
Decimal 161 2 75 0 0.99 0.53 0.37 332.45 0.98 0.32
Hex A1 2 4B 0 63 35 25 14C 62 20
Octal 241 2 113 0 143 65 45 514 142 40
Binary 10100001 10 1001011 0 1100011 110101 100101 101001100 1100010 100000

Color Harmonies of #A1024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1024B

Black with #A1024B

Text Example


Text Example

White with #A1024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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