Html Css Color HEX #A867D3 Amethyst

📋 copy color: '#A867D3'

red 168 ◦ green 103 ◦ blue 211

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

Shades of Amethyst #A867D3

Tints of Amethyst #A867D3

RGB

 RED value IS 168 (66.02% from 255) = 34.85%

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

 BLUE value IS 211 (82.81% from 255) = 43.78%

R = 34.85%
G = 21.37%
B = 43.78%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A867D3 (or 0xA867D3) is known color: Amethyst. HEX triplet: A8, 67 and D3. RGB value is (168,103,211). Sum of RGB (Red+Green+Blue) = 168+103+211=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 103 (40.62% from 255 or 21.37% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #A867D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867D3 is #57982C. Grayscale: #868686. Windows color (decimal): -5740589 or 13854632. OLE color: 13854632.

HSL color Cylindrical-coordinate representation of color #A867D3: hue angle of 276.11º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A867D3 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 103 211 -
CMYK 0.20 0.51 0 0.17
HSL 276.11º 0.55% 0.62% -
HSV(B) 276.11º 0.51% 0.83% -
XYZ 32.76 22.73 64.29 -
YUV 134.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 168 103 211 0.20 0.51 0 0.17 276.11 0.55 0.62
Hex A8 67 D3 14 33 0 11 114 37 3E
Octal 250 147 323 24 63 0 21 424 67 76
Binary 10101000 1100111 11010011 10100 110011 0 10001 100010100 110111 111110

Color Harmonies of #A867D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A867D3

Black with #A867D3

Text Example


Text Example

White with #A867D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A867D3; }

 p { color: rgb(168,103,211); }

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

background-color css

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

 a { background-color: rgb(168,103,211); }

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

border-color css

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

 span { border-color: rgb(168,103,211); }

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