Html Css Color HEX #A26DCF Amethyst

📋 copy color: '#A26DCF'

red 162 ◦ green 109 ◦ blue 207

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

Shades of Amethyst #A26DCF

Tints of Amethyst #A26DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.8%

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

R = 33.89%
G = 22.8%
B = 43.31%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A26DCF (or 0xA26DCF) is known color: Amethyst. HEX triplet: A2, 6D and CF. RGB value is (162,109,207). Sum of RGB (Red+Green+Blue) = 162+109+207=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #A26DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26DCF is #5D9230. Grayscale: #878787. Windows color (decimal): -6132273 or 13594018. OLE color: 13594018.

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

Color convert

RGB 162 109 207 -
CMYK 0.22 0.47 0 0.19
HSL 272.45º 0.51% 0.62% -
HSV(B) 272.45º 0.47% 0.81% -
XYZ 31.63 23.12 61.83 -
YUV 136.02 168.06 146.53 -
System Red Green Blue C M Y K H S L
Decimal 162 109 207 0.22 0.47 0 0.19 272.45 0.51 0.62
Hex A2 6D CF 16 2F 0 13 110 33 3E
Octal 242 155 317 26 57 0 23 420 63 76
Binary 10100010 1101101 11001111 10110 101111 0 10011 100010000 110011 111110

Color Harmonies of #A26DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26DCF

Black with #A26DCF

Text Example


Text Example

White with #A26DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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