Html Css Color HEX #A30F6A Jazzberry Jam

📋 copy color: '#A30F6A'

red 163 ◦ green 15 ◦ blue 106

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

Shades of Jazzberry Jam #A30F6A

Tints of Jazzberry Jam #A30F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.32%

R = 57.39%
G = 5.28%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A30F6A (or 0xA30F6A) is known color: Jazzberry Jam. HEX triplet: A3, 0F and 6A. RGB value is (163,15,106). Sum of RGB (Red+Green+Blue) = 163+15+106=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 106 (41.80% from 255 or 37.32% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30F6A is #5CF095. Grayscale: #454545. Windows color (decimal): -6090902 or 6950819. OLE color: 6950819.

HSL color Cylindrical-coordinate representation of color #A30F6A: hue angle of 323.11º 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 #A30F6A is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 15 106 -
CMYK 0 0.91 0.35 0.36
HSL 323.11º 0.83% 0.35% -
HSV(B) 323.11º 0.91% 0.64% -
XYZ 17.88 9.17 14.46 -
YUV 69.63 148.53 194.6 -
System Red Green Blue C M Y K H S L
Decimal 163 15 106 0 0.91 0.35 0.36 323.11 0.83 0.35
Hex A3 F 6A 0 5B 23 24 143 53 23
Octal 243 17 152 0 133 43 44 503 123 43
Binary 10100011 1111 1101010 0 1011011 100011 100100 101000011 1010011 100011

Color Harmonies of #A30F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F6A

Black with #A30F6A

Text Example


Text Example

White with #A30F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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