Html Css Color HEX #A470CB Amethyst

📋 copy color: '#A470CB'

red 164 ◦ green 112 ◦ blue 203

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

Shades of Amethyst #A470CB

Tints of Amethyst #A470CB

RGB

 RED value IS 164 (64.45% from 255) = 34.24%

 GREEN value IS 112 (44.14% from 255) = 23.38%

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 34.24%
G = 23.38%
B = 42.38%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A470CB (or 0xA470CB) is known color: Amethyst. HEX triplet: A4, 70 and CB. RGB value is (164,112,203). Sum of RGB (Red+Green+Blue) = 164+112+203=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #A470CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A470CB is #5B8F34. Grayscale: #898989. Windows color (decimal): -6000437 or 13332644. OLE color: 13332644.

HSL color Cylindrical-coordinate representation of color #A470CB: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A470CB is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 112 203 -
CMYK 0.19 0.45 0 0.20
HSL 274.29º 0.47% 0.62% -
HSV(B) 274.29º 0.45% 0.8% -
XYZ 31.88 23.79 59.41 -
YUV 137.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 164 112 203 0.19 0.45 0 0.20 274.29 0.47 0.62
Hex A4 70 CB 13 2D 0 14 112 2F 3E
Octal 244 160 313 23 55 0 24 422 57 76
Binary 10100100 1110000 11001011 10011 101101 0 10100 100010010 101111 111110

Color Harmonies of #A470CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A470CB

Black with #A470CB

Text Example


Text Example

White with #A470CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A470CB; }

 p { color: rgb(164,112,203); }

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

background-color css

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

 a { background-color: rgb(164,112,203); }

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

border-color css

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

 span { border-color: rgb(164,112,203); }

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