Html Css Color HEX #A30350 Jazzberry Jam

📋 copy color: '#A30350'

red 163 ◦ green 3 ◦ blue 80

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

Shades of Jazzberry Jam #A30350

Tints of Jazzberry Jam #A30350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

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

R = 66.26%
G = 1.22%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A30350 (or 0xA30350) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 50. RGB value is (163,3,80). Sum of RGB (Red+Green+Blue) = 163+3+80=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A30350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30350 is #5CFCAF. Grayscale: #3B3B3B. Windows color (decimal): -6094000 or 5243811. OLE color: 5243811.

HSL color Cylindrical-coordinate representation of color #A30350: hue angle of 331.12º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A30350 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 80 -
CMYK 0 0.98 0.51 0.36
HSL 331.13º 0.96% 0.33% -
HSV(B) 331.13º 0.98% 0.64% -
XYZ 16.58 8.43 8.34 -
YUV 59.62 139.51 201.74 -
System Red Green Blue C M Y K H S L
Decimal 163 3 80 0 0.98 0.51 0.36 331.13 0.96 0.33
Hex A3 3 50 0 62 33 24 14B 60 21
Octal 243 3 120 0 142 63 44 513 140 41
Binary 10100011 11 1010000 0 1100010 110011 100100 101001011 1100000 100001

Color Harmonies of #A30350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30350

Black with #A30350

Text Example


Text Example

White with #A30350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30350; }

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

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

background-color css

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

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

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

border-color css

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

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

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