Html Css Color HEX #A367CB Amethyst

📋 copy color: '#A367CB'

red 163 ◦ green 103 ◦ blue 203

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

Shades of Amethyst #A367CB

Tints of Amethyst #A367CB

RGB

 RED value IS 163 (64.06% from 255) = 34.75%

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

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

R = 34.75%
G = 21.96%
B = 43.28%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A367CB (or 0xA367CB) is known color: Amethyst. HEX triplet: A3, 67 and CB. RGB value is (163,103,203). Sum of RGB (Red+Green+Blue) = 163+103+203=469 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.75% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 203 - color contains mainly: blue. Hex color #A367CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A367CB is #5C9834. Grayscale: #848484. Windows color (decimal): -6068277 or 13330339. OLE color: 13330339.

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

Color convert

RGB 163 103 203 -
CMYK 0.20 0.49 0 0.20
HSL 276º 0.49% 0.6% -
HSV(B) 276º 0.49% 0.8% -
XYZ 30.73 21.8 59.09 -
YUV 132.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 163 103 203 0.20 0.49 0 0.20 276 0.49 0.6
Hex A3 67 CB 14 31 0 14 114 31 3C
Octal 243 147 313 24 61 0 24 424 61 74
Binary 10100011 1100111 11001011 10100 110001 0 10100 100010100 110001 111100

Color Harmonies of #A367CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A367CB

Black with #A367CB

Text Example


Text Example

White with #A367CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A367CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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