Html Css Color HEX #A869C4 Amethyst

📋 copy color: '#A869C4'

red 168 ◦ green 105 ◦ blue 196

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

Shades of Amethyst #A869C4

Tints of Amethyst #A869C4

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.39%

 BLUE value IS 196 (76.95% from 255) = 41.79%

R = 35.82%
G = 22.39%
B = 41.79%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A869C4 (or 0xA869C4) is known color: Amethyst. HEX triplet: A8, 69 and C4. RGB value is (168,105,196). Sum of RGB (Red+Green+Blue) = 168+105+196=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #A869C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869C4 is #57963B. Grayscale: #858585. Windows color (decimal): -5740092 or 12872104. OLE color: 12872104.

HSL color Cylindrical-coordinate representation of color #A869C4: hue angle of 281.54º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A869C4 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 105 196 -
CMYK 0.14 0.46 0 0.23
HSL 281.54º 0.44% 0.59% -
HSV(B) 281.54º 0.46% 0.77% -
XYZ 31.16 22.41 54.91 -
YUV 134.21 162.87 152.1 -
System Red Green Blue C M Y K H S L
Decimal 168 105 196 0.14 0.46 0 0.23 281.54 0.44 0.59
Hex A8 69 C4 E 2E 0 17 11A 2C 3B
Octal 250 151 304 16 56 0 27 432 54 73
Binary 10101000 1101001 11000100 1110 101110 0 10111 100011010 101100 111011

Color Harmonies of #A869C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A869C4

Black with #A869C4

Text Example


Text Example

White with #A869C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A869C4; }

 p { color: rgb(168,105,196); }

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

background-color css

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

 a { background-color: rgb(168,105,196); }

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

border-color css

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

 span { border-color: rgb(168,105,196); }

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