Html Css Color HEX #A862CB Amethyst

📋 copy color: '#A862CB'

red 168 ◦ green 98 ◦ blue 203

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

Shades of Amethyst #A862CB

Tints of Amethyst #A862CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.9%

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

R = 35.82%
G = 20.9%
B = 43.28%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A862CB (or 0xA862CB) is known color: Amethyst. HEX triplet: A8, 62 and CB. RGB value is (168,98,203). Sum of RGB (Red+Green+Blue) = 168+98+203=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 98 (38.67% from 255 or 20.90% 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 #A862CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862CB is #579D34. Grayscale: #828282. Windows color (decimal): -5741877 or 13329064. OLE color: 13329064.

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

Color convert

RGB 168 98 203 -
CMYK 0.17 0.52 0 0.20
HSL 280º 0.5% 0.59% -
HSV(B) 280º 0.52% 0.8% -
XYZ 31.3 21.37 58.98 -
YUV 130.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 168 98 203 0.17 0.52 0 0.20 280 0.5 0.59
Hex A8 62 CB 11 34 0 14 118 32 3B
Octal 250 142 313 21 64 0 24 430 62 73
Binary 10101000 1100010 11001011 10001 110100 0 10100 100011000 110010 111011

Color Harmonies of #A862CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A862CB

Black with #A862CB

Text Example


Text Example

White with #A862CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A862CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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