Html Css Color HEX #A468CB Amethyst

📋 copy color: '#A468CB'

red 164 ◦ green 104 ◦ blue 203

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

Shades of Amethyst #A468CB

Tints of Amethyst #A468CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.08%

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

R = 34.82%
G = 22.08%
B = 43.1%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A468CB (or 0xA468CB) is known color: Amethyst. HEX triplet: A4, 68 and CB. RGB value is (164,104,203). Sum of RGB (Red+Green+Blue) = 164+104+203=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #A468CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468CB is #5B9734. Grayscale: #848484. Windows color (decimal): -6002485 or 13330596. OLE color: 13330596.

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

Color convert

RGB 164 104 203 -
CMYK 0.19 0.49 0 0.20
HSL 276.36º 0.49% 0.6% -
HSV(B) 276.36º 0.49% 0.8% -
XYZ 31.04 22.1 59.13 -
YUV 133.23 167.38 149.95 -
System Red Green Blue C M Y K H S L
Decimal 164 104 203 0.19 0.49 0 0.20 276.36 0.49 0.6
Hex A4 68 CB 13 31 0 14 114 31 3C
Octal 244 150 313 23 61 0 24 424 61 74
Binary 10100100 1101000 11001011 10011 110001 0 10100 100010100 110001 111100

Color Harmonies of #A468CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A468CB

Black with #A468CB

Text Example


Text Example

White with #A468CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A468CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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