Html Css Color HEX #A62273 Jazzberry Jam

📋 copy color: '#A62273'

red 166 ◦ green 34 ◦ blue 115

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

Shades of Jazzberry Jam #A62273

Tints of Jazzberry Jam #A62273

RGB

 RED value IS 166 (65.23% from 255) = 52.7%

 GREEN value IS 34 (13.67% from 255) = 10.79%

 BLUE value IS 115 (45.31% from 255) = 36.51%

R = 52.7%
G = 10.79%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A62273 (or 0xA62273) is known color: Jazzberry Jam. HEX triplet: A6, 22 and 73. RGB value is (166,34,115). Sum of RGB (Red+Green+Blue) = 166+34+115=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A62273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62273 is #59DD8C. Grayscale: #525252. Windows color (decimal): -5889421 or 7545510. OLE color: 7545510.

HSL color Cylindrical-coordinate representation of color #A62273: hue angle of 323.18º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62273 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 34 115 -
CMYK 0 0.80 0.31 0.35
HSL 323.18º 0.66% 0.39% -
HSV(B) 323.18º 0.8% 0.65% -
XYZ 19.39 10.49 17.22 -
YUV 82.7 146.23 187.41 -
System Red Green Blue C M Y K H S L
Decimal 166 34 115 0 0.80 0.31 0.35 323.18 0.66 0.39
Hex A6 22 73 0 50 1F 23 143 42 27
Octal 246 42 163 0 120 37 43 503 102 47
Binary 10100110 100010 1110011 0 1010000 11111 100011 101000011 1000010 100111

Color Harmonies of #A62273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62273

Black with #A62273

Text Example


Text Example

White with #A62273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62273; }

 p { color: rgb(166,34,115); }

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

background-color css

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

 a { background-color: rgb(166,34,115); }

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

border-color css

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

 span { border-color: rgb(166,34,115); }

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