Html Css Color HEX #A06FCF Amethyst

📋 copy color: '#A06FCF'

red 160 ◦ green 111 ◦ blue 207

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

Shades of Amethyst #A06FCF

Tints of Amethyst #A06FCF

RGB

 RED value IS 160 (62.89% from 255) = 33.47%

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

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 33.47%
G = 23.22%
B = 43.31%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A06FCF (or 0xA06FCF) is known color: Amethyst. HEX triplet: A0, 6F and CF. RGB value is (160,111,207). Sum of RGB (Red+Green+Blue) = 160+111+207=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #A06FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06FCF is #5F9030. Grayscale: #888888. Windows color (decimal): -6262833 or 13594528. OLE color: 13594528.

HSL color Cylindrical-coordinate representation of color #A06FCF: hue angle of 270.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A06FCF is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 111 207 -
CMYK 0.23 0.46 0 0.19
HSL 270.63º 0.5% 0.62% -
HSV(B) 270.63º 0.46% 0.81% -
XYZ 31.44 23.35 61.88 -
YUV 136.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 160 111 207 0.23 0.46 0 0.19 270.63 0.5 0.62
Hex A0 6F CF 17 2E 0 13 10F 32 3E
Octal 240 157 317 27 56 0 23 417 62 76
Binary 10100000 1101111 11001111 10111 101110 0 10011 100001111 110010 111110

Color Harmonies of #A06FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FCF

Black with #A06FCF

Text Example


Text Example

White with #A06FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FCF; }

 p { color: rgb(160,111,207); }

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

background-color css

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

 a { background-color: rgb(160,111,207); }

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

border-color css

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

 span { border-color: rgb(160,111,207); }

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