Html Css Color HEX #A30362 Jazzberry Jam

📋 copy color: '#A30362'

red 163 ◦ green 3 ◦ blue 98

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

Shades of Jazzberry Jam #A30362

Tints of Jazzberry Jam #A30362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 61.74%
G = 1.14%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A30362 (or 0xA30362) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 62. RGB value is (163,3,98). Sum of RGB (Red+Green+Blue) = 163+3+98=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A30362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30362 is #5CFC9D. Grayscale: #3D3D3D. Windows color (decimal): -6093982 or 6423459. OLE color: 6423459.

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

Color convert

RGB 163 3 98 -
CMYK 0 0.98 0.40 0.36
HSL 324.38º 0.96% 0.33% -
HSV(B) 324.38º 0.98% 0.64% -
XYZ 17.34 8.73 12.33 -
YUV 61.67 148.51 200.28 -
System Red Green Blue C M Y K H S L
Decimal 163 3 98 0 0.98 0.40 0.36 324.38 0.96 0.33
Hex A3 3 62 0 62 28 24 144 60 21
Octal 243 3 142 0 142 50 44 504 140 41
Binary 10100011 11 1100010 0 1100010 101000 100100 101000100 1100000 100001

Color Harmonies of #A30362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30362

Black with #A30362

Text Example


Text Example

White with #A30362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30362; }

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

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

background-color css

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

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

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

border-color css

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

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

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