Html Css Color HEX #A26ACB Amethyst

📋 copy color: '#A26ACB'

red 162 ◦ green 106 ◦ blue 203

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

Shades of Amethyst #A26ACB

Tints of Amethyst #A26ACB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.51%

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

R = 34.39%
G = 22.51%
B = 43.1%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A26ACB (or 0xA26ACB) is known color: Amethyst. HEX triplet: A2, 6A and CB. RGB value is (162,106,203). Sum of RGB (Red+Green+Blue) = 162+106+203=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #A26ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A26ACB is #5D9534. Grayscale: #858585. Windows color (decimal): -6133045 or 13331106. OLE color: 13331106.

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

Color convert

RGB 162 106 203 -
CMYK 0.20 0.48 0 0.20
HSL 274.64º 0.48% 0.61% -
HSV(B) 274.64º 0.48% 0.8% -
XYZ 30.83 22.3 59.18 -
YUV 133.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 162 106 203 0.20 0.48 0 0.20 274.64 0.48 0.61
Hex A2 6A CB 14 30 0 14 113 30 3D
Octal 242 152 313 24 60 0 24 423 60 75
Binary 10100010 1101010 11001011 10100 110000 0 10100 100010011 110000 111101

Color Harmonies of #A26ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26ACB

Black with #A26ACB

Text Example


Text Example

White with #A26ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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