Html Css Color HEX #A30866 Jazzberry Jam

📋 copy color: '#A30866'

red 163 ◦ green 8 ◦ blue 102

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

Shades of Jazzberry Jam #A30866

Tints of Jazzberry Jam #A30866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

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

R = 59.71%
G = 2.93%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A30866 (or 0xA30866) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 66. RGB value is (163,8,102). Sum of RGB (Red+Green+Blue) = 163+8+102=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A30866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30866 is #5CF799. Grayscale: #404040. Windows color (decimal): -6092698 or 6686883. OLE color: 6686883.

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

Color convert

RGB 163 8 102 -
CMYK 0 0.95 0.37 0.36
HSL 323.61º 0.91% 0.34% -
HSV(B) 323.61º 0.95% 0.64% -
XYZ 17.59 8.92 13.36 -
YUV 65.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 163 8 102 0 0.95 0.37 0.36 323.61 0.91 0.34
Hex A3 8 66 0 5F 25 24 144 5B 22
Octal 243 10 146 0 137 45 44 504 133 42
Binary 10100011 1000 1100110 0 1011111 100101 100100 101000100 1011011 100010

Color Harmonies of #A30866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30866

Black with #A30866

Text Example


Text Example

White with #A30866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30866; }

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

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

background-color css

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

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

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

border-color css

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

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

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