Html Css Color HEX #A30358 Jazzberry Jam

📋 copy color: '#A30358'

red 163 ◦ green 3 ◦ blue 88

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

Shades of Jazzberry Jam #A30358

Tints of Jazzberry Jam #A30358

RGB

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

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

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

R = 64.17%
G = 1.18%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A30358 (or 0xA30358) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 58. RGB value is (163,3,88). Sum of RGB (Red+Green+Blue) = 163+3+88=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A30358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30358 is #5CFCA7. Grayscale: #3C3C3C. Windows color (decimal): -6093992 or 5768099. OLE color: 5768099.

HSL color Cylindrical-coordinate representation of color #A30358: hue angle of 328.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 #A30358 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 3 88 -
CMYK 0 0.98 0.46 0.36
HSL 328.13º 0.96% 0.33% -
HSV(B) 328.13º 0.98% 0.64% -
XYZ 16.9 8.56 9.99 -
YUV 60.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 163 3 88 0 0.98 0.46 0.36 328.13 0.96 0.33
Hex A3 3 58 0 62 2E 24 148 60 21
Octal 243 3 130 0 142 56 44 510 140 41
Binary 10100011 11 1011000 0 1100010 101110 100100 101001000 1100000 100001

Color Harmonies of #A30358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30358

Black with #A30358

Text Example


Text Example

White with #A30358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30358; }

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

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

background-color css

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

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

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

border-color css

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

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

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