Html Css Color HEX #A867CB Amethyst

📋 copy color: '#A867CB'

red 168 ◦ green 103 ◦ blue 203

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

Shades of Amethyst #A867CB

Tints of Amethyst #A867CB

RGB

 RED value IS 168 (66.02% from 255) = 35.44%

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

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

R = 35.44%
G = 21.73%
B = 42.83%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A867CB (or 0xA867CB) is known color: Amethyst. HEX triplet: A8, 67 and CB. RGB value is (168,103,203). Sum of RGB (Red+Green+Blue) = 168+103+203=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #A867CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A867CB is #579834. Grayscale: #858585. Windows color (decimal): -5740597 or 13330344. OLE color: 13330344.

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

Color convert

RGB 168 103 203 -
CMYK 0.17 0.49 0 0.20
HSL 279º 0.49% 0.6% -
HSV(B) 279º 0.49% 0.8% -
XYZ 31.78 22.34 59.14 -
YUV 133.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 168 103 203 0.17 0.49 0 0.20 279 0.49 0.6
Hex A8 67 CB 11 31 0 14 117 31 3C
Octal 250 147 313 21 61 0 24 427 61 74
Binary 10101000 1100111 11001011 10001 110001 0 10100 100010111 110001 111100

Color Harmonies of #A867CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A867CB

Black with #A867CB

Text Example


Text Example

White with #A867CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A867CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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