Html Css Color HEX #A268CA Amethyst

📋 copy color: '#A268CA'

red 162 ◦ green 104 ◦ blue 202

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

Shades of Amethyst #A268CA

Tints of Amethyst #A268CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.16%

R = 34.62%
G = 22.22%
B = 43.16%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A268CA (or 0xA268CA) is known color: Amethyst. HEX triplet: A2, 68 and CA. RGB value is (162,104,202). Sum of RGB (Red+Green+Blue) = 162+104+202=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #A268CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268CA is #5D9735. Grayscale: #848484. Windows color (decimal): -6133558 or 13265058. OLE color: 13265058.

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

Color convert

RGB 162 104 202 -
CMYK 0.20 0.49 0 0.21
HSL 275.51º 0.48% 0.6% -
HSV(B) 275.51º 0.49% 0.79% -
XYZ 30.51 21.85 58.49 -
YUV 132.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 162 104 202 0.20 0.49 0 0.21 275.51 0.48 0.6
Hex A2 68 CA 14 31 0 15 114 30 3C
Octal 242 150 312 24 61 0 25 424 60 74
Binary 10100010 1101000 11001010 10100 110001 0 10101 100010100 110000 111100

Color Harmonies of #A268CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268CA

Black with #A268CA

Text Example


Text Example

White with #A268CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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