Html Css Color HEX #A2074C Jazzberry Jam

📋 copy color: '#A2074C'

red 162 ◦ green 7 ◦ blue 76

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

Shades of Jazzberry Jam #A2074C

Tints of Jazzberry Jam #A2074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.86%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 66.12%
G = 2.86%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2074C (or 0xA2074C) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 4C. RGB value is (162,7,76). Sum of RGB (Red+Green+Blue) = 162+7+76=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A2074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2074C is #5DF8B3. Grayscale: #3D3D3D. Windows color (decimal): -6158516 or 4982690. OLE color: 4982690.

HSL color Cylindrical-coordinate representation of color #A2074C: hue angle of 333.29º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2074C is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 7 76 -
CMYK 0 0.96 0.53 0.36
HSL 333.29º 0.92% 0.33% -
HSV(B) 333.29º 0.96% 0.64% -
XYZ 16.28 8.36 7.59 -
YUV 61.21 136.35 199.89 -
System Red Green Blue C M Y K H S L
Decimal 162 7 76 0 0.96 0.53 0.36 333.29 0.92 0.33
Hex A2 7 4C 0 60 35 24 14D 5C 21
Octal 242 7 114 0 140 65 44 515 134 41
Binary 10100010 111 1001100 0 1100000 110101 100100 101001101 1011100 100001

Color Harmonies of #A2074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2074C

Black with #A2074C

Text Example


Text Example

White with #A2074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2074C; }

 p { color: rgb(162,7,76); }

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

background-color css

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

 a { background-color: rgb(162,7,76); }

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

border-color css

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

 span { border-color: rgb(162,7,76); }

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