Html Css Color HEX #A26FCF Amethyst

📋 copy color: '#A26FCF'

red 162 ◦ green 111 ◦ blue 207

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

Shades of Amethyst #A26FCF

Tints of Amethyst #A26FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.13%

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

R = 33.75%
G = 23.13%
B = 43.13%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A26FCF (or 0xA26FCF) is known color: Amethyst. HEX triplet: A2, 6F and CF. RGB value is (162,111,207). Sum of RGB (Red+Green+Blue) = 162+111+207=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #A26FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FCF is #5D9030. Grayscale: #888888. Windows color (decimal): -6131761 or 13594530. OLE color: 13594530.

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

Color convert

RGB 162 111 207 -
CMYK 0.22 0.46 0 0.19
HSL 271.88º 0.5% 0.62% -
HSV(B) 271.88º 0.46% 0.81% -
XYZ 31.85 23.56 61.9 -
YUV 137.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 162 111 207 0.22 0.46 0 0.19 271.88 0.5 0.62
Hex A2 6F CF 16 2E 0 13 110 32 3E
Octal 242 157 317 26 56 0 23 420 62 76
Binary 10100010 1101111 11001111 10110 101110 0 10011 100010000 110010 111110

Color Harmonies of #A26FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26FCF

Black with #A26FCF

Text Example


Text Example

White with #A26FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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