Html Css Color HEX #A30F7F Eggplant

📋 copy color: '#A30F7F'

red 163 ◦ green 15 ◦ blue 127

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

Shades of Eggplant #A30F7F

Tints of Eggplant #A30F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.64%

R = 53.44%
G = 4.92%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A30F7F (or 0xA30F7F) is known color: Eggplant. HEX triplet: A3, 0F and 7F. RGB value is (163,15,127). Sum of RGB (Red+Green+Blue) = 163+15+127=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30F7F is #5CF080. Grayscale: #474747. Windows color (decimal): -6090881 or 8327075. OLE color: 8327075.

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

Color convert

RGB 163 15 127 -
CMYK 0 0.91 0.22 0.36
HSL 314.59º 0.83% 0.35% -
HSV(B) 314.59º 0.91% 0.64% -
XYZ 19.11 9.66 20.94 -
YUV 72.02 159.03 192.89 -
System Red Green Blue C M Y K H S L
Decimal 163 15 127 0 0.91 0.22 0.36 314.59 0.83 0.35
Hex A3 F 7F 0 5B 16 24 13B 53 23
Octal 243 17 177 0 133 26 44 473 123 43
Binary 10100011 1111 1111111 0 1011011 10110 100100 100111011 1010011 100011

Color Harmonies of #A30F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F7F

Black with #A30F7F

Text Example


Text Example

White with #A30F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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