Html Css Color HEX #A30D58 Jazzberry Jam

📋 copy color: '#A30D58'

red 163 ◦ green 13 ◦ blue 88

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

Shades of Jazzberry Jam #A30D58

Tints of Jazzberry Jam #A30D58

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.92%

 BLUE value IS 88 (34.77% from 255) = 33.33%

R = 61.74%
G = 4.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A30D58 (or 0xA30D58) is known color: Jazzberry Jam. HEX triplet: A3, 0D and 58. RGB value is (163,13,88). Sum of RGB (Red+Green+Blue) = 163+13+88=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 13 (5.47% from 255 or 4.92% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A30D58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30D58 is #5CF2A7. Grayscale: #424242. Windows color (decimal): -6091432 or 5770659. OLE color: 5770659.

HSL color Cylindrical-coordinate representation of color #A30D58: hue angle of 330º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A30D58 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 13 88 -
CMYK 0 0.92 0.46 0.36
HSL 330º 0.85% 0.35% -
HSV(B) 330º 0.92% 0.64% -
XYZ 17.01 8.78 10.03 -
YUV 66.4 140.2 196.9 -
System Red Green Blue C M Y K H S L
Decimal 163 13 88 0 0.92 0.46 0.36 330 0.85 0.35
Hex A3 D 58 0 5C 2E 24 14A 55 23
Octal 243 15 130 0 134 56 44 512 125 43
Binary 10100011 1101 1011000 0 1011100 101110 100100 101001010 1010101 100011

Color Harmonies of #A30D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30D58

Black with #A30D58

Text Example


Text Example

White with #A30D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30D58; }

 p { color: rgb(163,13,88); }

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

background-color css

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

 a { background-color: rgb(163,13,88); }

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

border-color css

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

 span { border-color: rgb(163,13,88); }

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