Html Css Color HEX #A30458 Jazzberry Jam

📋 copy color: '#A30458'

red 163 ◦ green 4 ◦ blue 88

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

Shades of Jazzberry Jam #A30458

Tints of Jazzberry Jam #A30458

RGB

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

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

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

R = 63.92%
G = 1.57%
B = 34.51%

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

#A30458 (or 0xA30458) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 58. RGB value is (163,4,88). Sum of RGB (Red+Green+Blue) = 163+4+88=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A30458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30458 is #5CFBA7. Grayscale: #3C3C3C. Windows color (decimal): -6093736 or 5768355. OLE color: 5768355.

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

Color convert

RGB 163 4 88 -
CMYK 0 0.98 0.46 0.36
HSL 328.3º 0.95% 0.33% -
HSV(B) 328.3º 0.98% 0.64% -
XYZ 16.91 8.58 10 -
YUV 61.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 163 4 88 0 0.98 0.46 0.36 328.3 0.95 0.33
Hex A3 4 58 0 62 2E 24 148 5F 21
Octal 243 4 130 0 142 56 44 510 137 41
Binary 10100011 100 1011000 0 1100010 101110 100100 101001000 1011111 100001

Color Harmonies of #A30458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30458

Black with #A30458

Text Example


Text Example

White with #A30458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30458; }

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

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

background-color css

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

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

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

border-color css

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

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

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