Html Css Color HEX #A269CD Amethyst

📋 copy color: '#A269CD'

red 162 ◦ green 105 ◦ blue 205

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

Shades of Amethyst #A269CD

Tints of Amethyst #A269CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 34.32%
G = 22.25%
B = 43.43%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A269CD (or 0xA269CD) is known color: Amethyst. HEX triplet: A2, 69 and CD. RGB value is (162,105,205). Sum of RGB (Red+Green+Blue) = 162+105+205=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #A269CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A269CD is #5D9632. Grayscale: #858585. Windows color (decimal): -6133299 or 13461922. OLE color: 13461922.

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

Color convert

RGB 162 105 205 -
CMYK 0.21 0.49 0 0.20
HSL 274.2º 0.5% 0.61% -
HSV(B) 274.2º 0.49% 0.8% -
XYZ 30.97 22.19 60.41 -
YUV 133.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 162 105 205 0.21 0.49 0 0.20 274.2 0.5 0.61
Hex A2 69 CD 15 31 0 14 112 32 3D
Octal 242 151 315 25 61 0 24 422 62 75
Binary 10100010 1101001 11001101 10101 110001 0 10100 100010010 110010 111101

Color Harmonies of #A269CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A269CD

Black with #A269CD

Text Example


Text Example

White with #A269CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A269CD; }

 p { color: rgb(162,105,205); }

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

background-color css

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

 a { background-color: rgb(162,105,205); }

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

border-color css

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

 span { border-color: rgb(162,105,205); }

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