Html Css Color HEX #A266CB Amethyst

📋 copy color: '#A266CB'

red 162 ◦ green 102 ◦ blue 203

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

Shades of Amethyst #A266CB

Tints of Amethyst #A266CB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.84%

 BLUE value IS 203 (79.69% from 255) = 43.47%

R = 34.69%
G = 21.84%
B = 43.47%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A266CB (or 0xA266CB) is known color: Amethyst. HEX triplet: A2, 66 and CB. RGB value is (162,102,203). Sum of RGB (Red+Green+Blue) = 162+102+203=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #A266CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266CB is #5D9934. Grayscale: #838383. Windows color (decimal): -6134069 or 13330082. OLE color: 13330082.

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

Color convert

RGB 162 102 203 -
CMYK 0.20 0.50 0 0.20
HSL 275.64º 0.49% 0.6% -
HSV(B) 275.64º 0.5% 0.8% -
XYZ 30.43 21.5 59.05 -
YUV 131.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 162 102 203 0.20 0.50 0 0.20 275.64 0.49 0.6
Hex A2 66 CB 14 32 0 14 114 31 3C
Octal 242 146 313 24 62 0 24 424 61 74
Binary 10100010 1100110 11001011 10100 110010 0 10100 100010100 110001 111100

Color Harmonies of #A266CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A266CB

Black with #A266CB

Text Example


Text Example

White with #A266CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A266CB; }

 p { color: rgb(162,102,203); }

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

background-color css

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

 a { background-color: rgb(162,102,203); }

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

border-color css

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

 span { border-color: rgb(162,102,203); }

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