Html Css Color HEX #A466CB Amethyst

📋 copy color: '#A466CB'

red 164 ◦ green 102 ◦ blue 203

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

Shades of Amethyst #A466CB

Tints of Amethyst #A466CB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.75%

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

R = 34.97%
G = 21.75%
B = 43.28%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A466CB (or 0xA466CB) is known color: Amethyst. HEX triplet: A4, 66 and CB. RGB value is (164,102,203). Sum of RGB (Red+Green+Blue) = 164+102+203=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #A466CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466CB is #5B9934. Grayscale: #838383. Windows color (decimal): -6002997 or 13330084. OLE color: 13330084.

HSL color Cylindrical-coordinate representation of color #A466CB: hue angle of 276.83º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A466CB is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 102 203 -
CMYK 0.19 0.50 0 0.20
HSL 276.83º 0.49% 0.6% -
HSV(B) 276.83º 0.5% 0.8% -
XYZ 30.84 21.71 59.06 -
YUV 132.05 168.04 150.79 -
System Red Green Blue C M Y K H S L
Decimal 164 102 203 0.19 0.50 0 0.20 276.83 0.49 0.6
Hex A4 66 CB 13 32 0 14 115 31 3C
Octal 244 146 313 23 62 0 24 425 61 74
Binary 10100100 1100110 11001011 10011 110010 0 10100 100010101 110001 111100

Color Harmonies of #A466CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A466CB

Black with #A466CB

Text Example


Text Example

White with #A466CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A466CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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