Html Css Color HEX #A867CA Amethyst

📋 copy color: '#A867CA'

red 168 ◦ green 103 ◦ blue 202

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

Shades of Amethyst #A867CA

Tints of Amethyst #A867CA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.78%

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

R = 35.52%
G = 21.78%
B = 42.71%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A867CA (or 0xA867CA) is known color: Amethyst. HEX triplet: A8, 67 and CA. RGB value is (168,103,202). Sum of RGB (Red+Green+Blue) = 168+103+202=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #A867CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867CA is #579835. Grayscale: #858585. Windows color (decimal): -5740598 or 13264808. OLE color: 13264808.

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

Color convert

RGB 168 103 202 -
CMYK 0.17 0.49 0 0.21
HSL 279.39º 0.48% 0.6% -
HSV(B) 279.39º 0.49% 0.79% -
XYZ 31.66 22.29 58.51 -
YUV 133.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 168 103 202 0.17 0.49 0 0.21 279.39 0.48 0.6
Hex A8 67 CA 11 31 0 15 117 30 3C
Octal 250 147 312 21 61 0 25 427 60 74
Binary 10101000 1100111 11001010 10001 110001 0 10101 100010111 110000 111100

Color Harmonies of #A867CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A867CA

Black with #A867CA

Text Example


Text Example

White with #A867CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A867CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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