Html Css Color HEX #A30463 Jazzberry Jam

📋 copy color: '#A30463'

red 163 ◦ green 4 ◦ blue 99

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

Shades of Jazzberry Jam #A30463

Tints of Jazzberry Jam #A30463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.5%

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

R = 61.28%
G = 1.5%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A30463 (or 0xA30463) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 63. RGB value is (163,4,99). Sum of RGB (Red+Green+Blue) = 163+4+99=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A30463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30463 is #5CFB9C. Grayscale: #3E3E3E. Windows color (decimal): -6093725 or 6489251. OLE color: 6489251.

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

Color convert

RGB 163 4 99 -
CMYK 0 0.98 0.39 0.36
HSL 324.15º 0.95% 0.33% -
HSV(B) 324.15º 0.98% 0.64% -
XYZ 17.4 8.77 12.58 -
YUV 62.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 163 4 99 0 0.98 0.39 0.36 324.15 0.95 0.33
Hex A3 4 63 0 62 27 24 144 5F 21
Octal 243 4 143 0 142 47 44 504 137 41
Binary 10100011 100 1100011 0 1100010 100111 100100 101000100 1011111 100001

Color Harmonies of #A30463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30463

Black with #A30463

Text Example


Text Example

White with #A30463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30463; }

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

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

background-color css

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

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

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

border-color css

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

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

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