Html Css Color HEX #A268CD Amethyst

📋 copy color: '#A268CD'

red 162 ◦ green 104 ◦ blue 205

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

Shades of Amethyst #A268CD

Tints of Amethyst #A268CD

RGB

 RED value IS 162 (63.67% from 255) = 34.39%

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

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 34.39%
G = 22.08%
B = 43.52%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A268CD (or 0xA268CD) is known color: Amethyst. HEX triplet: A2, 68 and CD. RGB value is (162,104,205). Sum of RGB (Red+Green+Blue) = 162+104+205=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #A268CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268CD is #5D9732. Grayscale: #848484. Windows color (decimal): -6133555 or 13461666. OLE color: 13461666.

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

Color convert

RGB 162 104 205 -
CMYK 0.21 0.49 0 0.20
HSL 274.46º 0.5% 0.61% -
HSV(B) 274.46º 0.49% 0.8% -
XYZ 30.87 21.99 60.38 -
YUV 132.86 168.72 148.79 -
System Red Green Blue C M Y K H S L
Decimal 162 104 205 0.21 0.49 0 0.20 274.46 0.5 0.61
Hex A2 68 CD 15 31 0 14 112 32 3D
Octal 242 150 315 25 61 0 24 422 62 75
Binary 10100010 1101000 11001101 10101 110001 0 10100 100010010 110010 111101

Color Harmonies of #A268CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268CD

Black with #A268CD

Text Example


Text Example

White with #A268CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268CD; }

 p { color: rgb(162,104,205); }

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

background-color css

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

 a { background-color: rgb(162,104,205); }

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

border-color css

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

 span { border-color: rgb(162,104,205); }

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