Html Css Color HEX #A30263 Jazzberry Jam

📋 copy color: '#A30263'

red 163 ◦ green 2 ◦ blue 99

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

Shades of Jazzberry Jam #A30263

Tints of Jazzberry Jam #A30263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.5%

R = 61.74%
G = 0.76%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A30263 (or 0xA30263) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 63. RGB value is (163,2,99). Sum of RGB (Red+Green+Blue) = 163+2+99=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A30263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30263 is #5CFD9C. Grayscale: #3C3C3C. Windows color (decimal): -6094237 or 6488739. OLE color: 6488739.

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

Color convert

RGB 163 2 99 -
CMYK 0 0.99 0.39 0.36
HSL 323.85º 0.98% 0.32% -
HSV(B) 323.85º 0.99% 0.64% -
XYZ 17.38 8.73 12.57 -
YUV 61.2 149.34 200.61 -
System Red Green Blue C M Y K H S L
Decimal 163 2 99 0 0.99 0.39 0.36 323.85 0.98 0.32
Hex A3 2 63 0 63 27 24 144 62 20
Octal 243 2 143 0 143 47 44 504 142 40
Binary 10100011 10 1100011 0 1100011 100111 100100 101000100 1100010 100000

Color Harmonies of #A30263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30263

Black with #A30263

Text Example


Text Example

White with #A30263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30263; }

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

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

background-color css

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

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

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

border-color css

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

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

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