Html Css Color HEX #A30257 Jazzberry Jam

📋 copy color: '#A30257'

red 163 ◦ green 2 ◦ blue 87

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

Shades of Jazzberry Jam #A30257

Tints of Jazzberry Jam #A30257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.52%

R = 64.68%
G = 0.79%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A30257 (or 0xA30257) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 57. RGB value is (163,2,87). Sum of RGB (Red+Green+Blue) = 163+2+87=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A30257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30257 is #5CFDA8. Grayscale: #3B3B3B. Windows color (decimal): -6094249 or 5702307. OLE color: 5702307.

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

Color convert

RGB 163 2 87 -
CMYK 0 0.99 0.47 0.36
HSL 328.32º 0.98% 0.32% -
HSV(B) 328.32º 0.99% 0.64% -
XYZ 16.85 8.52 9.77 -
YUV 59.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 163 2 87 0 0.99 0.47 0.36 328.32 0.98 0.32
Hex A3 2 57 0 63 2F 24 148 62 20
Octal 243 2 127 0 143 57 44 510 142 40
Binary 10100011 10 1010111 0 1100011 101111 100100 101001000 1100010 100000

Color Harmonies of #A30257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30257

Black with #A30257

Text Example


Text Example

White with #A30257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30257; }

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

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

background-color css

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

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

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

border-color css

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

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

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