Html Css Color HEX #A30152 Jazzberry Jam

📋 copy color: '#A30152'

red 163 ◦ green 1 ◦ blue 82

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

Shades of Jazzberry Jam #A30152

Tints of Jazzberry Jam #A30152

RGB

 RED value IS 163 (64.06% from 255) = 66.26%

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 66.26%
G = 0.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A30152 (or 0xA30152) is known color: Jazzberry Jam. HEX triplet: A3, 01 and 52. RGB value is (163,1,82). Sum of RGB (Red+Green+Blue) = 163+1+82=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A30152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30152 is #5CFEAD. Grayscale: #3A3A3A. Windows color (decimal): -6094510 or 5374371. OLE color: 5374371.

HSL color Cylindrical-coordinate representation of color #A30152: hue angle of 330º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30152 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 1 82 -
CMYK 0 0.99 0.50 0.36
HSL 330º 0.99% 0.32% -
HSV(B) 330º 0.99% 0.64% -
XYZ 16.64 8.42 8.73 -
YUV 58.67 141.17 202.41 -
System Red Green Blue C M Y K H S L
Decimal 163 1 82 0 0.99 0.50 0.36 330 0.99 0.32
Hex A3 1 52 0 63 32 24 14A 63 20
Octal 243 1 122 0 143 62 44 512 143 40
Binary 10100011 1 1010010 0 1100011 110010 100100 101001010 1100011 100000

Color Harmonies of #A30152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30152

Black with #A30152

Text Example


Text Example

White with #A30152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30152; }

 p { color: rgb(163,1,82); }

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

background-color css

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

 a { background-color: rgb(163,1,82); }

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

border-color css

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

 span { border-color: rgb(163,1,82); }

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