Html Css Color HEX #A30665 Jazzberry Jam

📋 copy color: '#A30665'

red 163 ◦ green 6 ◦ blue 101

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

Shades of Jazzberry Jam #A30665

Tints of Jazzberry Jam #A30665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.22%

 BLUE value IS 101 (39.84% from 255) = 37.41%

R = 60.37%
G = 2.22%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A30665 (or 0xA30665) is known color: Jazzberry Jam. HEX triplet: A3, 06 and 65. RGB value is (163,6,101). Sum of RGB (Red+Green+Blue) = 163+6+101=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A30665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30665 is #5CF99A. Grayscale: #3F3F3F. Windows color (decimal): -6093211 or 6620835. OLE color: 6620835.

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

Color convert

RGB 163 6 101 -
CMYK 0 0.96 0.38 0.36
HSL 323.69º 0.93% 0.33% -
HSV(B) 323.69º 0.96% 0.64% -
XYZ 17.52 8.86 13.1 -
YUV 63.77 149.01 198.78 -
System Red Green Blue C M Y K H S L
Decimal 163 6 101 0 0.96 0.38 0.36 323.69 0.93 0.33
Hex A3 6 65 0 60 26 24 144 5D 21
Octal 243 6 145 0 140 46 44 504 135 41
Binary 10100011 110 1100101 0 1100000 100110 100100 101000100 1011101 100001

Color Harmonies of #A30665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30665

Black with #A30665

Text Example


Text Example

White with #A30665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30665; }

 p { color: rgb(163,6,101); }

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

background-color css

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

 a { background-color: rgb(163,6,101); }

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

border-color css

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

 span { border-color: rgb(163,6,101); }

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