Html Css Color HEX #A30250 Jazzberry Jam

📋 copy color: '#A30250'

red 163 ◦ green 2 ◦ blue 80

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

Shades of Jazzberry Jam #A30250

Tints of Jazzberry Jam #A30250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 80 (31.64% from 255) = 32.65%

R = 66.53%
G = 0.82%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A30250 (or 0xA30250) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 50. RGB value is (163,2,80). Sum of RGB (Red+Green+Blue) = 163+2+80=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A30250 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30250 is #5CFDAF. Grayscale: #3A3A3A. Windows color (decimal): -6094256 or 5243555. OLE color: 5243555.

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

Color convert

RGB 163 2 80 -
CMYK 0 0.99 0.51 0.36
HSL 330.93º 0.98% 0.32% -
HSV(B) 330.93º 0.99% 0.64% -
XYZ 16.57 8.41 8.34 -
YUV 59.03 139.84 202.16 -
System Red Green Blue C M Y K H S L
Decimal 163 2 80 0 0.99 0.51 0.36 330.93 0.98 0.32
Hex A3 2 50 0 63 33 24 14B 62 20
Octal 243 2 120 0 143 63 44 513 142 40
Binary 10100011 10 1010000 0 1100011 110011 100100 101001011 1100010 100000

Color Harmonies of #A30250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30250

Black with #A30250

Text Example


Text Example

White with #A30250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30250; }

 p { color: rgb(163,2,80); }

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

background-color css

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

 a { background-color: rgb(163,2,80); }

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

border-color css

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

 span { border-color: rgb(163,2,80); }

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