Html Css Color HEX #A83EC9 Dark Orchid

📋 copy color: '#A83EC9'

red 168 ◦ green 62 ◦ blue 201

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

Shades of Dark Orchid #A83EC9

Tints of Dark Orchid #A83EC9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.39%

 BLUE value IS 201 (78.91% from 255) = 46.64%

R = 38.98%
G = 14.39%
B = 46.64%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A83EC9 (or 0xA83EC9) is known color: Dark Orchid. HEX triplet: A8, 3E and C9. RGB value is (168,62,201). Sum of RGB (Red+Green+Blue) = 168+62+201=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #A83EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83EC9 is #57C136. Grayscale: #6D6D6D. Windows color (decimal): -5751095 or 13188776. OLE color: 13188776.

HSL color Cylindrical-coordinate representation of color #A83EC9: hue angle of 285.76º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A83EC9 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 62 201 -
CMYK 0.16 0.69 0 0.21
HSL 285.76º 0.56% 0.52% -
HSV(B) 285.76º 0.69% 0.79% -
XYZ 28.41 15.99 56.85 -
YUV 109.54 179.62 169.7 -
System Red Green Blue C M Y K H S L
Decimal 168 62 201 0.16 0.69 0 0.21 285.76 0.56 0.52
Hex A8 3E C9 10 45 0 15 11E 38 34
Octal 250 76 311 20 105 0 25 436 70 64
Binary 10101000 111110 11001001 10000 1000101 0 10101 100011110 111000 110100

Color Harmonies of #A83EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83EC9

Black with #A83EC9

Text Example


Text Example

White with #A83EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83EC9; }

 p { color: rgb(168,62,201); }

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

background-color css

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

 a { background-color: rgb(168,62,201); }

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

border-color css

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

 span { border-color: rgb(168,62,201); }

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