Html Css Color HEX #A067CB Amethyst

📋 copy color: '#A067CB'

red 160 ◦ green 103 ◦ blue 203

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

Shades of Amethyst #A067CB

Tints of Amethyst #A067CB

RGB

 RED value IS 160 (62.89% from 255) = 34.33%

 GREEN value IS 103 (40.63% from 255) = 22.1%

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

R = 34.33%
G = 22.1%
B = 43.56%

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

#A067CB (or 0xA067CB) is known color: Amethyst. HEX triplet: A0, 67 and CB. RGB value is (160,103,203). Sum of RGB (Red+Green+Blue) = 160+103+203=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #A067CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067CB is #5F9834. Grayscale: #838383. Windows color (decimal): -6264885 or 13330336. OLE color: 13330336.

HSL color Cylindrical-coordinate representation of color #A067CB: hue angle of 274.2º degrees, saturation: 0.49, 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 #A067CB is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 103 203 -
CMYK 0.21 0.49 0 0.20
HSL 274.2º 0.49% 0.6% -
HSV(B) 274.2º 0.49% 0.8% -
XYZ 30.13 21.49 59.06 -
YUV 131.44 168.38 148.37 -
System Red Green Blue C M Y K H S L
Decimal 160 103 203 0.21 0.49 0 0.20 274.2 0.49 0.6
Hex A0 67 CB 15 31 0 14 112 31 3C
Octal 240 147 313 25 61 0 24 422 61 74
Binary 10100000 1100111 11001011 10101 110001 0 10100 100010010 110001 111100

Color Harmonies of #A067CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067CB

Black with #A067CB

Text Example


Text Example

White with #A067CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067CB; }

 p { color: rgb(160,103,203); }

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

background-color css

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

 a { background-color: rgb(160,103,203); }

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

border-color css

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

 span { border-color: rgb(160,103,203); }

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