Html Css Color HEX #A3075C Jazzberry Jam

📋 copy color: '#A3075C'

red 163 ◦ green 7 ◦ blue 92

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

Shades of Jazzberry Jam #A3075C

Tints of Jazzberry Jam #A3075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.67%

 BLUE value IS 92 (36.33% from 255) = 35.11%

R = 62.21%
G = 2.67%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3075C (or 0xA3075C) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 5C. RGB value is (163,7,92). Sum of RGB (Red+Green+Blue) = 163+7+92=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A3075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3075C is #5CF8A3. Grayscale: #3F3F3F. Windows color (decimal): -6092964 or 6031267. OLE color: 6031267.

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

Color convert

RGB 163 7 92 -
CMYK 0 0.96 0.44 0.36
HSL 327.31º 0.92% 0.33% -
HSV(B) 327.31º 0.96% 0.64% -
XYZ 17.11 8.71 10.9 -
YUV 63.33 144.18 199.09 -
System Red Green Blue C M Y K H S L
Decimal 163 7 92 0 0.96 0.44 0.36 327.31 0.92 0.33
Hex A3 7 5C 0 60 2C 24 147 5C 21
Octal 243 7 134 0 140 54 44 507 134 41
Binary 10100011 111 1011100 0 1100000 101100 100100 101000111 1011100 100001

Color Harmonies of #A3075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3075C

Black with #A3075C

Text Example


Text Example

White with #A3075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3075C; }

 p { color: rgb(163,7,92); }

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

background-color css

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

 a { background-color: rgb(163,7,92); }

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

border-color css

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

 span { border-color: rgb(163,7,92); }

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