Html Css Color HEX #A30F6D Jazzberry Jam

📋 copy color: '#A30F6D'

red 163 ◦ green 15 ◦ blue 109

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

Shades of Jazzberry Jam #A30F6D

Tints of Jazzberry Jam #A30F6D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.23%

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 56.79%
G = 5.23%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A30F6D (or 0xA30F6D) is known color: Jazzberry Jam. HEX triplet: A3, 0F and 6D. RGB value is (163,15,109). Sum of RGB (Red+Green+Blue) = 163+15+109=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30F6D is #5CF092. Grayscale: #454545. Windows color (decimal): -6090899 or 7147427. OLE color: 7147427.

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

Color convert

RGB 163 15 109 -
CMYK 0 0.91 0.33 0.36
HSL 321.89º 0.83% 0.35% -
HSV(B) 321.89º 0.91% 0.64% -
XYZ 18.04 9.23 15.3 -
YUV 69.97 150.03 194.36 -
System Red Green Blue C M Y K H S L
Decimal 163 15 109 0 0.91 0.33 0.36 321.89 0.83 0.35
Hex A3 F 6D 0 5B 21 24 142 53 23
Octal 243 17 155 0 133 41 44 502 123 43
Binary 10100011 1111 1101101 0 1011011 100001 100100 101000010 1010011 100011

Color Harmonies of #A30F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F6D

Black with #A30F6D

Text Example


Text Example

White with #A30F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F6D; }

 p { color: rgb(163,15,109); }

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

background-color css

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

 a { background-color: rgb(163,15,109); }

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

border-color css

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

 span { border-color: rgb(163,15,109); }

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