Html Css Color HEX #A30767 Jazzberry Jam

📋 copy color: '#A30767'

red 163 ◦ green 7 ◦ blue 103

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

Shades of Jazzberry Jam #A30767

Tints of Jazzberry Jam #A30767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.56%

 BLUE value IS 103 (40.63% from 255) = 37.73%

R = 59.71%
G = 2.56%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A30767 (or 0xA30767) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 67. RGB value is (163,7,103). Sum of RGB (Red+Green+Blue) = 163+7+103=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A30767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30767 is #5CF898. Grayscale: #404040. Windows color (decimal): -6092953 or 6752163. OLE color: 6752163.

HSL color Cylindrical-coordinate representation of color #A30767: hue angle of 323.08º degrees, saturation: 0.92, 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 #A30767 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 7 103 -
CMYK 0 0.96 0.37 0.36
HSL 323.08º 0.92% 0.33% -
HSV(B) 323.08º 0.96% 0.64% -
XYZ 17.63 8.92 13.62 -
YUV 64.59 149.68 198.19 -
System Red Green Blue C M Y K H S L
Decimal 163 7 103 0 0.96 0.37 0.36 323.08 0.92 0.33
Hex A3 7 67 0 60 25 24 143 5C 21
Octal 243 7 147 0 140 45 44 503 134 41
Binary 10100011 111 1100111 0 1100000 100101 100100 101000011 1011100 100001

Color Harmonies of #A30767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30767

Black with #A30767

Text Example


Text Example

White with #A30767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30767; }

 p { color: rgb(163,7,103); }

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

background-color css

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

 a { background-color: rgb(163,7,103); }

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

border-color css

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

 span { border-color: rgb(163,7,103); }

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