Html Css Color HEX #A2074E Jazzberry Jam

📋 copy color: '#A2074E'

red 162 ◦ green 7 ◦ blue 78

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

Shades of Jazzberry Jam #A2074E

Tints of Jazzberry Jam #A2074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.58%

R = 65.59%
G = 2.83%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A2074E (or 0xA2074E) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 4E. RGB value is (162,7,78). Sum of RGB (Red+Green+Blue) = 162+7+78=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A2074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2074E is #5DF8B1. Grayscale: #3D3D3D. Windows color (decimal): -6158514 or 5113762. OLE color: 5113762.

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

Color convert

RGB 162 7 78 -
CMYK 0 0.96 0.52 0.36
HSL 332.52º 0.92% 0.33% -
HSV(B) 332.52º 0.96% 0.64% -
XYZ 16.35 8.38 7.96 -
YUV 61.44 137.35 199.73 -
System Red Green Blue C M Y K H S L
Decimal 162 7 78 0 0.96 0.52 0.36 332.52 0.92 0.33
Hex A2 7 4E 0 60 34 24 14D 5C 21
Octal 242 7 116 0 140 64 44 515 134 41
Binary 10100010 111 1001110 0 1100000 110100 100100 101001101 1011100 100001

Color Harmonies of #A2074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2074E

Black with #A2074E

Text Example


Text Example

White with #A2074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2074E; }

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

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

background-color css

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

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

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

border-color css

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

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

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