Html Css Color HEX #A865D4 Amethyst

📋 copy color: '#A865D4'

red 168 ◦ green 101 ◦ blue 212

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

Shades of Amethyst #A865D4

Tints of Amethyst #A865D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.07%

R = 34.93%
G = 21%
B = 44.07%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A865D4 (or 0xA865D4) is known color: Amethyst. HEX triplet: A8, 65 and D4. RGB value is (168,101,212). Sum of RGB (Red+Green+Blue) = 168+101+212=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #A865D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A865D4 is #579A2B. Grayscale: #858585. Windows color (decimal): -5741100 or 13919656. OLE color: 13919656.

HSL color Cylindrical-coordinate representation of color #A865D4: hue angle of 276.22º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A865D4 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 101 212 -
CMYK 0.21 0.52 0 0.17
HSL 276.22º 0.56% 0.61% -
HSV(B) 276.22º 0.52% 0.83% -
XYZ 32.69 22.39 64.89 -
YUV 133.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 168 101 212 0.21 0.52 0 0.17 276.22 0.56 0.61
Hex A8 65 D4 15 34 0 11 114 38 3D
Octal 250 145 324 25 64 0 21 424 70 75
Binary 10101000 1100101 11010100 10101 110100 0 10001 100010100 111000 111101

Color Harmonies of #A865D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A865D4

Black with #A865D4

Text Example


Text Example

White with #A865D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A865D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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