Html Css Color HEX #A868D4 Amethyst

📋 copy color: '#A868D4'

red 168 ◦ green 104 ◦ blue 212

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

Shades of Amethyst #A868D4

Tints of Amethyst #A868D4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.49%

 BLUE value IS 212 (83.2% from 255) = 43.8%

R = 34.71%
G = 21.49%
B = 43.8%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A868D4 (or 0xA868D4) is known color: Amethyst. HEX triplet: A8, 68 and D4. RGB value is (168,104,212). Sum of RGB (Red+Green+Blue) = 168+104+212=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #A868D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868D4 is #57972B. Grayscale: #878787. Windows color (decimal): -5740332 or 13920424. OLE color: 13920424.

HSL color Cylindrical-coordinate representation of color #A868D4: hue angle of 275.56º degrees, saturation: 0.56, 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 #A868D4 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 104 212 -
CMYK 0.21 0.51 0 0.17
HSL 275.56º 0.56% 0.62% -
HSV(B) 275.56º 0.51% 0.83% -
XYZ 32.98 22.98 64.98 -
YUV 135.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 168 104 212 0.21 0.51 0 0.17 275.56 0.56 0.62
Hex A8 68 D4 15 33 0 11 114 38 3E
Octal 250 150 324 25 63 0 21 424 70 76
Binary 10101000 1101000 11010100 10101 110011 0 10001 100010100 111000 111110

Color Harmonies of #A868D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A868D4

Black with #A868D4

Text Example


Text Example

White with #A868D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A868D4; }

 p { color: rgb(168,104,212); }

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

background-color css

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

 a { background-color: rgb(168,104,212); }

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

border-color css

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

 span { border-color: rgb(168,104,212); }

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