Html Css Color HEX #A268CF Amethyst

📋 copy color: '#A268CF'

red 162 ◦ green 104 ◦ blue 207

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

Shades of Amethyst #A268CF

Tints of Amethyst #A268CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.76%

R = 34.25%
G = 21.99%
B = 43.76%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A268CF (or 0xA268CF) is known color: Amethyst. HEX triplet: A2, 68 and CF. RGB value is (162,104,207). Sum of RGB (Red+Green+Blue) = 162+104+207=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #A268CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268CF is #5D9730. Grayscale: #848484. Windows color (decimal): -6133553 or 13592738. OLE color: 13592738.

HSL color Cylindrical-coordinate representation of color #A268CF: hue angle of 273.79º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A268CF is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 104 207 -
CMYK 0.22 0.50 0 0.19
HSL 273.79º 0.52% 0.61% -
HSV(B) 273.79º 0.5% 0.81% -
XYZ 31.11 22.09 61.65 -
YUV 133.08 169.72 148.62 -
System Red Green Blue C M Y K H S L
Decimal 162 104 207 0.22 0.50 0 0.19 273.79 0.52 0.61
Hex A2 68 CF 16 32 0 13 112 34 3D
Octal 242 150 317 26 62 0 23 422 64 75
Binary 10100010 1101000 11001111 10110 110010 0 10011 100010010 110100 111101

Color Harmonies of #A268CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268CF

Black with #A268CF

Text Example


Text Example

White with #A268CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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