Html Css Color HEX #A30253 Jazzberry Jam

📋 copy color: '#A30253'

red 163 ◦ green 2 ◦ blue 83

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

Shades of Jazzberry Jam #A30253

Tints of Jazzberry Jam #A30253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 65.73%
G = 0.81%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A30253 (or 0xA30253) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 53. RGB value is (163,2,83). Sum of RGB (Red+Green+Blue) = 163+2+83=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A30253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30253 is #5CFDAC. Grayscale: #3B3B3B. Windows color (decimal): -6094253 or 5440163. OLE color: 5440163.

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

Color convert

RGB 163 2 83 -
CMYK 0 0.99 0.49 0.36
HSL 329.81º 0.98% 0.32% -
HSV(B) 329.81º 0.99% 0.64% -
XYZ 16.69 8.45 8.94 -
YUV 59.37 141.34 201.91 -
System Red Green Blue C M Y K H S L
Decimal 163 2 83 0 0.99 0.49 0.36 329.81 0.98 0.32
Hex A3 2 53 0 63 31 24 14A 62 20
Octal 243 2 123 0 143 61 44 512 142 40
Binary 10100011 10 1010011 0 1100011 110001 100100 101001010 1100010 100000

Color Harmonies of #A30253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30253

Black with #A30253

Text Example


Text Example

White with #A30253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30253; }

 p { color: rgb(163,2,83); }

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

background-color css

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

 a { background-color: rgb(163,2,83); }

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

border-color css

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

 span { border-color: rgb(163,2,83); }

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