Html Css Color HEX #A862CF Amethyst

📋 copy color: '#A862CF'

red 168 ◦ green 98 ◦ blue 207

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

Shades of Amethyst #A862CF

Tints of Amethyst #A862CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.72%

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

R = 35.52%
G = 20.72%
B = 43.76%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A862CF (or 0xA862CF) is known color: Amethyst. HEX triplet: A8, 62 and CF. RGB value is (168,98,207). Sum of RGB (Red+Green+Blue) = 168+98+207=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 98 (38.67% from 255 or 20.72% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #A862CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862CF is #579D30. Grayscale: #828282. Windows color (decimal): -5741873 or 13591208. OLE color: 13591208.

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

Color convert

RGB 168 98 207 -
CMYK 0.19 0.53 0 0.19
HSL 278.53º 0.53% 0.6% -
HSV(B) 278.53º 0.53% 0.81% -
XYZ 31.78 21.57 61.52 -
YUV 131.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 168 98 207 0.19 0.53 0 0.19 278.53 0.53 0.6
Hex A8 62 CF 13 35 0 13 117 35 3C
Octal 250 142 317 23 65 0 23 427 65 74
Binary 10101000 1100010 11001111 10011 110101 0 10011 100010111 110101 111100

Color Harmonies of #A862CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A862CF

Black with #A862CF

Text Example


Text Example

White with #A862CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A862CF; }

 p { color: rgb(168,98,207); }

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

background-color css

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

 a { background-color: rgb(168,98,207); }

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

border-color css

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

 span { border-color: rgb(168,98,207); }

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