Html Css Color HEX #A30269 Eggplant

📋 copy color: '#A30269'

red 163 ◦ green 2 ◦ blue 105

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

Shades of Eggplant #A30269

Tints of Eggplant #A30269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 105 (41.41% from 255) = 38.89%

R = 60.37%
G = 0.74%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A30269 (or 0xA30269) is known color: Eggplant. HEX triplet: A3, 02 and 69. RGB value is (163,2,105). Sum of RGB (Red+Green+Blue) = 163+2+105=270 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.37% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 105 (41.41% from 255 or 38.89% from 270); Max value from RGB is 163 - color contains mainly: red. Hex color #A30269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30269 is #5CFD96. Grayscale: #3D3D3D. Windows color (decimal): -6094231 or 6881955. OLE color: 6881955.

HSL color Cylindrical-coordinate representation of color #A30269: hue angle of 321.61º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A30269 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 2 105 -
CMYK 0 0.99 0.36 0.36
HSL 321.61º 0.98% 0.32% -
HSV(B) 321.61º 0.99% 0.64% -
XYZ 17.68 8.85 14.14 -
YUV 61.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 163 2 105 0 0.99 0.36 0.36 321.61 0.98 0.32
Hex A3 2 69 0 63 24 24 142 62 20
Octal 243 2 151 0 143 44 44 502 142 40
Binary 10100011 10 1101001 0 1100011 100100 100100 101000010 1100010 100000

Color Harmonies of #A30269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30269

Black with #A30269

Text Example


Text Example

White with #A30269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30269; }

 p { color: rgb(163,2,105); }

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

background-color css

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

 a { background-color: rgb(163,2,105); }

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

border-color css

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

 span { border-color: rgb(163,2,105); }

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