Html Css Color HEX #A30862 Jazzberry Jam

📋 copy color: '#A30862'

red 163 ◦ green 8 ◦ blue 98

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

Shades of Jazzberry Jam #A30862

Tints of Jazzberry Jam #A30862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.97%

 BLUE value IS 98 (38.67% from 255) = 36.43%

R = 60.59%
G = 2.97%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A30862 (or 0xA30862) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 62. RGB value is (163,8,98). Sum of RGB (Red+Green+Blue) = 163+8+98=269 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.59% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 163 - color contains mainly: red. Hex color #A30862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30862 is #5CF79D. Grayscale: #404040. Windows color (decimal): -6092702 or 6424739. OLE color: 6424739.

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

Color convert

RGB 163 8 98 -
CMYK 0 0.95 0.40 0.36
HSL 325.16º 0.91% 0.34% -
HSV(B) 325.16º 0.95% 0.64% -
XYZ 17.4 8.84 12.35 -
YUV 64.61 146.85 198.18 -
System Red Green Blue C M Y K H S L
Decimal 163 8 98 0 0.95 0.40 0.36 325.16 0.91 0.34
Hex A3 8 62 0 5F 28 24 145 5B 22
Octal 243 10 142 0 137 50 44 505 133 42
Binary 10100011 1000 1100010 0 1011111 101000 100100 101000101 1011011 100010

Color Harmonies of #A30862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30862

Black with #A30862

Text Example


Text Example

White with #A30862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30862; }

 p { color: rgb(163,8,98); }

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

background-color css

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

 a { background-color: rgb(163,8,98); }

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

border-color css

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

 span { border-color: rgb(163,8,98); }

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