Html Css Color HEX #A30875 Eggplant

📋 copy color: '#A30875'

red 163 ◦ green 8 ◦ blue 117

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

Shades of Eggplant #A30875

Tints of Eggplant #A30875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.78%

 BLUE value IS 117 (46.09% from 255) = 40.63%

R = 56.6%
G = 2.78%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A30875 (or 0xA30875) is known color: Eggplant. HEX triplet: A3, 08 and 75. RGB value is (163,8,117). Sum of RGB (Red+Green+Blue) = 163+8+117=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A30875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30875 is #5CF78A. Grayscale: #424242. Windows color (decimal): -6092683 or 7669923. OLE color: 7669923.

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

Color convert

RGB 163 8 117 -
CMYK 0 0.95 0.28 0.36
HSL 317.81º 0.91% 0.34% -
HSV(B) 317.81º 0.95% 0.64% -
XYZ 18.4 9.24 17.64 -
YUV 66.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 163 8 117 0 0.95 0.28 0.36 317.81 0.91 0.34
Hex A3 8 75 0 5F 1C 24 13E 5B 22
Octal 243 10 165 0 137 34 44 476 133 42
Binary 10100011 1000 1110101 0 1011111 11100 100100 100111110 1011011 100010

Color Harmonies of #A30875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30875

Black with #A30875

Text Example


Text Example

White with #A30875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30875; }

 p { color: rgb(163,8,117); }

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

background-color css

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

 a { background-color: rgb(163,8,117); }

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

border-color css

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

 span { border-color: rgb(163,8,117); }

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