Html Css Color HEX #A26FCB Amethyst

📋 copy color: '#A26FCB'

red 162 ◦ green 111 ◦ blue 203

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

Shades of Amethyst #A26FCB

Tints of Amethyst #A26FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.65%

R = 34.03%
G = 23.32%
B = 42.65%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A26FCB (or 0xA26FCB) is known color: Amethyst. HEX triplet: A2, 6F and CB. RGB value is (162,111,203). Sum of RGB (Red+Green+Blue) = 162+111+203=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #A26FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26FCB is #5D9034. Grayscale: #888888. Windows color (decimal): -6131765 or 13332386. OLE color: 13332386.

HSL color Cylindrical-coordinate representation of color #A26FCB: hue angle of 273.26º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A26FCB is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 111 203 -
CMYK 0.20 0.45 0 0.20
HSL 273.26º 0.47% 0.62% -
HSV(B) 273.26º 0.45% 0.8% -
XYZ 31.36 23.36 59.36 -
YUV 136.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 162 111 203 0.20 0.45 0 0.20 273.26 0.47 0.62
Hex A2 6F CB 14 2D 0 14 111 2F 3E
Octal 242 157 313 24 55 0 24 421 57 76
Binary 10100010 1101111 11001011 10100 101101 0 10100 100010001 101111 111110

Color Harmonies of #A26FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26FCB

Black with #A26FCB

Text Example


Text Example

White with #A26FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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