Html Css Color HEX #A30F6B Jazzberry Jam

📋 copy color: '#A30F6B'

red 163 ◦ green 15 ◦ blue 107

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

Shades of Jazzberry Jam #A30F6B

Tints of Jazzberry Jam #A30F6B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.26%

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 57.19%
G = 5.26%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A30F6B (or 0xA30F6B) is known color: Jazzberry Jam. HEX triplet: A3, 0F and 6B. RGB value is (163,15,107). Sum of RGB (Red+Green+Blue) = 163+15+107=285 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.19% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30F6B is #5CF094. Grayscale: #454545. Windows color (decimal): -6090901 or 7016355. OLE color: 7016355.

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

Color convert

RGB 163 15 107 -
CMYK 0 0.91 0.34 0.36
HSL 322.7º 0.83% 0.35% -
HSV(B) 322.7º 0.91% 0.64% -
XYZ 17.93 9.19 14.74 -
YUV 69.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 163 15 107 0 0.91 0.34 0.36 322.7 0.83 0.35
Hex A3 F 6B 0 5B 22 24 143 53 23
Octal 243 17 153 0 133 42 44 503 123 43
Binary 10100011 1111 1101011 0 1011011 100010 100100 101000011 1010011 100011

Color Harmonies of #A30F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F6B

Black with #A30F6B

Text Example


Text Example

White with #A30F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F6B; }

 p { color: rgb(163,15,107); }

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

background-color css

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

 a { background-color: rgb(163,15,107); }

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

border-color css

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

 span { border-color: rgb(163,15,107); }

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