Html Css Color HEX #A268CC Amethyst

📋 copy color: '#A268CC'

red 162 ◦ green 104 ◦ blue 204

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

Shades of Amethyst #A268CC

Tints of Amethyst #A268CC

RGB

 RED value IS 162 (63.67% from 255) = 34.47%

 GREEN value IS 104 (41.02% from 255) = 22.13%

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 34.47%
G = 22.13%
B = 43.4%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A268CC (or 0xA268CC) is known color: Amethyst. HEX triplet: A2, 68 and CC. RGB value is (162,104,204). Sum of RGB (Red+Green+Blue) = 162+104+204=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #A268CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A268CC is #5D9733. Grayscale: #848484. Windows color (decimal): -6133556 or 13396130. OLE color: 13396130.

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

Color convert

RGB 162 104 204 -
CMYK 0.21 0.49 0 0.2
HSL 274.8º 0.5% 0.6% -
HSV(B) 274.8º 0.49% 0.8% -
XYZ 30.75 21.94 59.74 -
YUV 132.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 162 104 204 0.21 0.49 0 0.2 274.8 0.5 0.6
Hex A2 68 CC 15 31 0 14 113 32 3C
Octal 242 150 314 25 61 0 24 423 62 74
Binary 10100010 1101000 11001100 10101 110001 0 10100 100010011 110010 111100

Color Harmonies of #A268CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268CC

Black with #A268CC

Text Example


Text Example

White with #A268CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268CC; }

 p { color: rgb(162,104,204); }

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

background-color css

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

 a { background-color: rgb(162,104,204); }

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

border-color css

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

 span { border-color: rgb(162,104,204); }

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