Html Css Color HEX #A30E4D Jazzberry Jam

📋 copy color: '#A30E4D'

red 163 ◦ green 14 ◦ blue 77

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

Shades of Jazzberry Jam #A30E4D

Tints of Jazzberry Jam #A30E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.51%

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 64.17%
G = 5.51%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A30E4D (or 0xA30E4D) is known color: Jazzberry Jam. HEX triplet: A3, 0E and 4D. RGB value is (163,14,77). Sum of RGB (Red+Green+Blue) = 163+14+77=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30E4D is #5CF1B2. Grayscale: #414141. Windows color (decimal): -6091187 or 5050019. OLE color: 5050019.

HSL color Cylindrical-coordinate representation of color #A30E4D: hue angle of 334.63º degrees, saturation: 0.84, 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 #A30E4D is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 14 77 -
CMYK 0 0.91 0.53 0.36
HSL 334.63º 0.84% 0.35% -
HSV(B) 334.63º 0.91% 0.64% -
XYZ 16.6 8.64 7.81 -
YUV 65.73 134.36 197.38 -
System Red Green Blue C M Y K H S L
Decimal 163 14 77 0 0.91 0.53 0.36 334.63 0.84 0.35
Hex A3 E 4D 0 5B 35 24 14F 54 23
Octal 243 16 115 0 133 65 44 517 124 43
Binary 10100011 1110 1001101 0 1011011 110101 100100 101001111 1010100 100011

Color Harmonies of #A30E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E4D

Black with #A30E4D

Text Example


Text Example

White with #A30E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E4D; }

 p { color: rgb(163,14,77); }

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

background-color css

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

 a { background-color: rgb(163,14,77); }

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

border-color css

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

 span { border-color: rgb(163,14,77); }

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