Html Css Color HEX #A30566 Jazzberry Jam

📋 copy color: '#A30566'

red 163 ◦ green 5 ◦ blue 102

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

Shades of Jazzberry Jam #A30566

Tints of Jazzberry Jam #A30566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 60.37%
G = 1.85%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A30566 (or 0xA30566) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 66. RGB value is (163,5,102). Sum of RGB (Red+Green+Blue) = 163+5+102=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A30566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30566 is #5CFA99. Grayscale: #3F3F3F. Windows color (decimal): -6093466 or 6686115. OLE color: 6686115.

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

Color convert

RGB 163 5 102 -
CMYK 0 0.97 0.37 0.36
HSL 323.16º 0.94% 0.33% -
HSV(B) 323.16º 0.97% 0.64% -
XYZ 17.56 8.85 13.35 -
YUV 63.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 163 5 102 0 0.97 0.37 0.36 323.16 0.94 0.33
Hex A3 5 66 0 61 25 24 143 5E 21
Octal 243 5 146 0 141 45 44 503 136 41
Binary 10100011 101 1100110 0 1100001 100101 100100 101000011 1011110 100001

Color Harmonies of #A30566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30566

Black with #A30566

Text Example


Text Example

White with #A30566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30566; }

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

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

background-color css

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

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

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

border-color css

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

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

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