Html Css Color HEX #A30752 Jazzberry Jam

📋 copy color: '#A30752'

red 163 ◦ green 7 ◦ blue 82

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

Shades of Jazzberry Jam #A30752

Tints of Jazzberry Jam #A30752

RGB

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

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

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

R = 64.68%
G = 2.78%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A30752 (or 0xA30752) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 52. RGB value is (163,7,82). Sum of RGB (Red+Green+Blue) = 163+7+82=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 82 (32.42% from 255 or 32.54% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A30752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30752 is #5CF8AD. Grayscale: #3E3E3E. Windows color (decimal): -6092974 or 5375907. OLE color: 5375907.

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

Color convert

RGB 163 7 82 -
CMYK 0 0.96 0.50 0.36
HSL 331.15º 0.92% 0.33% -
HSV(B) 331.15º 0.96% 0.64% -
XYZ 16.7 8.55 8.75 -
YUV 62.19 139.18 199.9 -
System Red Green Blue C M Y K H S L
Decimal 163 7 82 0 0.96 0.50 0.36 331.15 0.92 0.33
Hex A3 7 52 0 60 32 24 14B 5C 21
Octal 243 7 122 0 140 62 44 513 134 41
Binary 10100011 111 1010010 0 1100000 110010 100100 101001011 1011100 100001

Color Harmonies of #A30752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30752

Black with #A30752

Text Example


Text Example

White with #A30752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30752; }

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

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

background-color css

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

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

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

border-color css

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

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

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