Html Css Color HEX #A2074F Jazzberry Jam

📋 copy color: '#A2074F'

red 162 ◦ green 7 ◦ blue 79

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

Shades of Jazzberry Jam #A2074F

Tints of Jazzberry Jam #A2074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.85%

R = 65.32%
G = 2.82%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A2074F (or 0xA2074F) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 4F. RGB value is (162,7,79). Sum of RGB (Red+Green+Blue) = 162+7+79=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A2074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2074F is #5DF8B0. Grayscale: #3D3D3D. Windows color (decimal): -6158513 or 5179298. OLE color: 5179298.

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

Color convert

RGB 162 7 79 -
CMYK 0 0.96 0.51 0.36
HSL 332.13º 0.92% 0.33% -
HSV(B) 332.13º 0.96% 0.64% -
XYZ 16.39 8.4 8.15 -
YUV 61.55 137.85 199.65 -
System Red Green Blue C M Y K H S L
Decimal 162 7 79 0 0.96 0.51 0.36 332.13 0.92 0.33
Hex A2 7 4F 0 60 33 24 14C 5C 21
Octal 242 7 117 0 140 63 44 514 134 41
Binary 10100010 111 1001111 0 1100000 110011 100100 101001100 1011100 100001

Color Harmonies of #A2074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2074F

Black with #A2074F

Text Example


Text Example

White with #A2074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2074F; }

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

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

background-color css

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

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

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

border-color css

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

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

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