Html Css Color HEX #A31F62 Jazzberry Jam

📋 copy color: '#A31F62'

red 163 ◦ green 31 ◦ blue 98

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

Shades of Jazzberry Jam #A31F62

Tints of Jazzberry Jam #A31F62

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.62%

 BLUE value IS 98 (38.67% from 255) = 33.56%

R = 55.82%
G = 10.62%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A31F62 (or 0xA31F62) is known color: Jazzberry Jam. HEX triplet: A3, 1F and 62. RGB value is (163,31,98). Sum of RGB (Red+Green+Blue) = 163+31+98=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31F62 is #5CE09D. Grayscale: #4D4D4D. Windows color (decimal): -6086814 or 6430627. OLE color: 6430627.

HSL color Cylindrical-coordinate representation of color #A31F62: hue angle of 329.55º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A31F62 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 31 98 -
CMYK 0 0.81 0.40 0.36
HSL 329.55º 0.68% 0.38% -
HSV(B) 329.55º 0.81% 0.64% -
XYZ 17.8 9.65 12.48 -
YUV 78.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 163 31 98 0 0.81 0.40 0.36 329.55 0.68 0.38
Hex A3 1F 62 0 51 28 24 14A 44 26
Octal 243 37 142 0 121 50 44 512 104 46
Binary 10100011 11111 1100010 0 1010001 101000 100100 101001010 1000100 100110

Color Harmonies of #A31F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F62

Black with #A31F62

Text Example


Text Example

White with #A31F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F62; }

 p { color: rgb(163,31,98); }

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

background-color css

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

 a { background-color: rgb(163,31,98); }

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

border-color css

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

 span { border-color: rgb(163,31,98); }

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