Html Css Color HEX #A31066 Jazzberry Jam

📋 copy color: '#A31066'

red 163 ◦ green 16 ◦ blue 102

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

Shades of Jazzberry Jam #A31066

Tints of Jazzberry Jam #A31066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

 BLUE value IS 102 (40.23% from 255) = 36.3%

R = 58.01%
G = 5.69%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A31066 (or 0xA31066) is known color: Jazzberry Jam. HEX triplet: A3, 10 and 66. RGB value is (163,16,102). Sum of RGB (Red+Green+Blue) = 163+16+102=281 (37% of max value = 765). Red value is 163 (64.06% from 255 or 58.01% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 163 - color contains mainly: red. Hex color #A31066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31066 is #5CEF99. Grayscale: #454545. Windows color (decimal): -6090650 or 6688931. OLE color: 6688931.

HSL color Cylindrical-coordinate representation of color #A31066: hue angle of 324.9º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31066 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 16 102 -
CMYK 0 0.90 0.37 0.36
HSL 324.9º 0.82% 0.35% -
HSV(B) 324.9º 0.9% 0.64% -
XYZ 17.69 9.12 13.4 -
YUV 69.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 163 16 102 0 0.90 0.37 0.36 324.9 0.82 0.35
Hex A3 10 66 0 5A 25 24 145 52 23
Octal 243 20 146 0 132 45 44 505 122 43
Binary 10100011 10000 1100110 0 1011010 100101 100100 101000101 1010010 100011

Color Harmonies of #A31066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31066

Black with #A31066

Text Example


Text Example

White with #A31066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31066; }

 p { color: rgb(163,16,102); }

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

background-color css

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

 a { background-color: rgb(163,16,102); }

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

border-color css

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

 span { border-color: rgb(163,16,102); }

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