Html Css Color HEX #A30465 Jazzberry Jam

📋 copy color: '#A30465'

red 163 ◦ green 4 ◦ blue 101

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

Shades of Jazzberry Jam #A30465

Tints of Jazzberry Jam #A30465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 101 (39.84% from 255) = 37.69%

R = 60.82%
G = 1.49%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A30465 (or 0xA30465) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 65. RGB value is (163,4,101). Sum of RGB (Red+Green+Blue) = 163+4+101=268 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.82% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 163 - color contains mainly: red. Hex color #A30465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30465 is #5CFB9A. Grayscale: #3E3E3E. Windows color (decimal): -6093723 or 6620323. OLE color: 6620323.

HSL color Cylindrical-coordinate representation of color #A30465: hue angle of 323.4º degrees, saturation: 0.95, 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 #A30465 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 4 101 -
CMYK 0 0.98 0.38 0.36
HSL 323.4º 0.95% 0.33% -
HSV(B) 323.4º 0.98% 0.64% -
XYZ 17.5 8.81 13.09 -
YUV 62.6 149.68 199.61 -
System Red Green Blue C M Y K H S L
Decimal 163 4 101 0 0.98 0.38 0.36 323.4 0.95 0.33
Hex A3 4 65 0 62 26 24 143 5F 21
Octal 243 4 145 0 142 46 44 503 137 41
Binary 10100011 100 1100101 0 1100010 100110 100100 101000011 1011111 100001

Color Harmonies of #A30465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30465

Black with #A30465

Text Example


Text Example

White with #A30465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30465; }

 p { color: rgb(163,4,101); }

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

background-color css

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

 a { background-color: rgb(163,4,101); }

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

border-color css

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

 span { border-color: rgb(163,4,101); }

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