Html Css Color HEX #A865E6 Amethyst

📋 copy color: '#A865E6'

red 168 ◦ green 101 ◦ blue 230

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

Shades of Amethyst #A865E6

Tints of Amethyst #A865E6

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.24%

 BLUE value IS 230 (90.23% from 255) = 46.09%

R = 33.67%
G = 20.24%
B = 46.09%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A865E6 (or 0xA865E6) is known color: Amethyst. HEX triplet: A8, 65 and E6. RGB value is (168,101,230). Sum of RGB (Red+Green+Blue) = 168+101+230=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 101 (39.84% from 255 or 20.24% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #A865E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A865E6 is #579A19. Grayscale: #878787. Windows color (decimal): -5741082 or 15099304. OLE color: 15099304.

HSL color Cylindrical-coordinate representation of color #A865E6: hue angle of 271.16º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A865E6 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 101 230 -
CMYK 0.27 0.56 0 0.10
HSL 271.16º 0.72% 0.65% -
HSV(B) 271.16º 0.56% 0.9% -
XYZ 35.09 23.35 77.52 -
YUV 135.74 181.2 151.01 -
System Red Green Blue C M Y K H S L
Decimal 168 101 230 0.27 0.56 0 0.10 271.16 0.72 0.65
Hex A8 65 E6 1B 38 0 A 10F 48 41
Octal 250 145 346 33 70 0 12 417 110 101
Binary 10101000 1100101 11100110 11011 111000 0 1010 100001111 1001000 1000001

Color Harmonies of #A865E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A865E6

Black with #A865E6

Text Example


Text Example

White with #A865E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A865E6; }

 p { color: rgb(168,101,230); }

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

background-color css

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

 a { background-color: rgb(168,101,230); }

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

border-color css

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

 span { border-color: rgb(168,101,230); }

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