Html Css Color HEX #A30F60 Jazzberry Jam

📋 copy color: '#A30F60'

red 163 ◦ green 15 ◦ blue 96

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

Shades of Jazzberry Jam #A30F60

Tints of Jazzberry Jam #A30F60

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.47%

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 59.49%
G = 5.47%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A30F60 (or 0xA30F60) is known color: Jazzberry Jam. HEX triplet: A3, 0F and 60. RGB value is (163,15,96). Sum of RGB (Red+Green+Blue) = 163+15+96=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30F60 is #5CF09F. Grayscale: #444444. Windows color (decimal): -6090912 or 6295459. OLE color: 6295459.

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

Color convert

RGB 163 15 96 -
CMYK 0 0.91 0.41 0.36
HSL 327.16º 0.83% 0.35% -
HSV(B) 327.16º 0.91% 0.64% -
XYZ 17.39 8.97 11.88 -
YUV 68.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 163 15 96 0 0.91 0.41 0.36 327.16 0.83 0.35
Hex A3 F 60 0 5B 29 24 147 53 23
Octal 243 17 140 0 133 51 44 507 123 43
Binary 10100011 1111 1100000 0 1011011 101001 100100 101000111 1010011 100011

Color Harmonies of #A30F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F60

Black with #A30F60

Text Example


Text Example

White with #A30F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F60; }

 p { color: rgb(163,15,96); }

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

background-color css

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

 a { background-color: rgb(163,15,96); }

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

border-color css

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

 span { border-color: rgb(163,15,96); }

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