Html Css Color HEX #A268DA Amethyst

📋 copy color: '#A268DA'

red 162 ◦ green 104 ◦ blue 218

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

Shades of Amethyst #A268DA

Tints of Amethyst #A268DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 33.47%
G = 21.49%
B = 45.04%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A268DA (or 0xA268DA) is known color: Amethyst. HEX triplet: A2, 68 and DA. RGB value is (162,104,218). Sum of RGB (Red+Green+Blue) = 162+104+218=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #A268DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268DA is #5D9725. Grayscale: #858585. Windows color (decimal): -6133542 or 14313634. OLE color: 14313634.

HSL color Cylindrical-coordinate representation of color #A268DA: hue angle of 270.53º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A268DA is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 104 218 -
CMYK 0.26 0.52 0 0.15
HSL 270.53º 0.61% 0.63% -
HSV(B) 270.53º 0.52% 0.85% -
XYZ 32.51 22.64 68.99 -
YUV 134.34 175.22 147.73 -
System Red Green Blue C M Y K H S L
Decimal 162 104 218 0.26 0.52 0 0.15 270.53 0.61 0.63
Hex A2 68 DA 1A 34 0 F 10F 3D 3F
Octal 242 150 332 32 64 0 17 417 75 77
Binary 10100010 1101000 11011010 11010 110100 0 1111 100001111 111101 111111

Color Harmonies of #A268DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268DA

Black with #A268DA

Text Example


Text Example

White with #A268DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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