Html Css Color HEX #A65CCF Amethyst

📋 copy color: '#A65CCF'

red 166 ◦ green 92 ◦ blue 207

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

Shades of Amethyst #A65CCF

Tints of Amethyst #A65CCF

RGB

 RED value IS 166 (65.23% from 255) = 35.7%

 GREEN value IS 92 (36.33% from 255) = 19.78%

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

R = 35.7%
G = 19.78%
B = 44.52%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A65CCF (or 0xA65CCF) is known color: Amethyst. HEX triplet: A6, 5C and CF. RGB value is (166,92,207). Sum of RGB (Red+Green+Blue) = 166+92+207=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #A65CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CCF is #59A330. Grayscale: #7E7E7E. Windows color (decimal): -5874481 or 13589670. OLE color: 13589670.

HSL color Cylindrical-coordinate representation of color #A65CCF: hue angle of 278.61º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A65CCF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 92 207 -
CMYK 0.20 0.56 0 0.19
HSL 278.61º 0.55% 0.59% -
HSV(B) 278.61º 0.56% 0.81% -
XYZ 30.82 20.27 61.32 -
YUV 127.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 166 92 207 0.20 0.56 0 0.19 278.61 0.55 0.59
Hex A6 5C CF 14 38 0 13 117 37 3B
Octal 246 134 317 24 70 0 23 427 67 73
Binary 10100110 1011100 11001111 10100 111000 0 10011 100010111 110111 111011

Color Harmonies of #A65CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65CCF

Black with #A65CCF

Text Example


Text Example

White with #A65CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65CCF; }

 p { color: rgb(166,92,207); }

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

background-color css

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

 a { background-color: rgb(166,92,207); }

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

border-color css

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

 span { border-color: rgb(166,92,207); }

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