Html Css Color HEX #A30F7D Eggplant

📋 copy color: '#A30F7D'

red 163 ◦ green 15 ◦ blue 125

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

Shades of Eggplant #A30F7D

Tints of Eggplant #A30F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 53.8%
G = 4.95%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A30F7D (or 0xA30F7D) is known color: Eggplant. HEX triplet: A3, 0F and 7D. RGB value is (163,15,125). Sum of RGB (Red+Green+Blue) = 163+15+125=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A30F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30F7D is #5CF082. Grayscale: #474747. Windows color (decimal): -6090883 or 8196003. OLE color: 8196003.

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

Color convert

RGB 163 15 125 -
CMYK 0 0.91 0.23 0.36
HSL 315.41º 0.83% 0.35% -
HSV(B) 315.41º 0.91% 0.64% -
XYZ 18.98 9.61 20.26 -
YUV 71.79 158.03 193.06 -
System Red Green Blue C M Y K H S L
Decimal 163 15 125 0 0.91 0.23 0.36 315.41 0.83 0.35
Hex A3 F 7D 0 5B 17 24 13B 53 23
Octal 243 17 175 0 133 27 44 473 123 43
Binary 10100011 1111 1111101 0 1011011 10111 100100 100111011 1010011 100011

Color Harmonies of #A30F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30F7D

Black with #A30F7D

Text Example


Text Example

White with #A30F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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