Html Css Color HEX #A862CA Amethyst

📋 copy color: '#A862CA'

red 168 ◦ green 98 ◦ blue 202

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

Shades of Amethyst #A862CA

Tints of Amethyst #A862CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.16%

R = 35.9%
G = 20.94%
B = 43.16%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A862CA (or 0xA862CA) is known color: Amethyst. HEX triplet: A8, 62 and CA. RGB value is (168,98,202). Sum of RGB (Red+Green+Blue) = 168+98+202=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #A862CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862CA is #579D35. Grayscale: #828282. Windows color (decimal): -5741878 or 13263528. OLE color: 13263528.

HSL color Cylindrical-coordinate representation of color #A862CA: hue angle of 280.38º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A862CA is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 98 202 -
CMYK 0.17 0.51 0 0.21
HSL 280.38º 0.5% 0.59% -
HSV(B) 280.38º 0.51% 0.79% -
XYZ 31.18 21.32 58.35 -
YUV 130.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 168 98 202 0.17 0.51 0 0.21 280.38 0.5 0.59
Hex A8 62 CA 11 33 0 15 118 32 3B
Octal 250 142 312 21 63 0 25 430 62 73
Binary 10101000 1100010 11001010 10001 110011 0 10101 100011000 110010 111011

Color Harmonies of #A862CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A862CA

Black with #A862CA

Text Example


Text Example

White with #A862CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A862CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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