Html Css Color HEX #A267DB Amethyst

📋 copy color: '#A267DB'

red 162 ◦ green 103 ◦ blue 219

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

Shades of Amethyst #A267DB

Tints of Amethyst #A267DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.28%

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 33.47%
G = 21.28%
B = 45.25%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A267DB (or 0xA267DB) is known color: Amethyst. HEX triplet: A2, 67 and DB. RGB value is (162,103,219). Sum of RGB (Red+Green+Blue) = 162+103+219=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #A267DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267DB is #5D9824. Grayscale: #858585. Windows color (decimal): -6133797 or 14378914. OLE color: 14378914.

HSL color Cylindrical-coordinate representation of color #A267DB: hue angle of 270.52º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A267DB is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 103 219 -
CMYK 0.26 0.53 0 0.14
HSL 270.52º 0.62% 0.63% -
HSV(B) 270.52º 0.53% 0.86% -
XYZ 32.54 22.5 69.65 -
YUV 133.87 176.05 148.07 -
System Red Green Blue C M Y K H S L
Decimal 162 103 219 0.26 0.53 0 0.14 270.52 0.62 0.63
Hex A2 67 DB 1A 35 0 E 10F 3E 3F
Octal 242 147 333 32 65 0 16 417 76 77
Binary 10100010 1100111 11011011 11010 110101 0 1110 100001111 111110 111111

Color Harmonies of #A267DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A267DB

Black with #A267DB

Text Example


Text Example

White with #A267DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A267DB; }

 p { color: rgb(162,103,219); }

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

background-color css

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

 a { background-color: rgb(162,103,219); }

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

border-color css

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

 span { border-color: rgb(162,103,219); }

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