Html Css Color HEX #A83ACE Dark Orchid

📋 copy color: '#A83ACE'

red 168 ◦ green 58 ◦ blue 206

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

Shades of Dark Orchid #A83ACE

Tints of Dark Orchid #A83ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.43%

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 38.89%
G = 13.43%
B = 47.69%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A83ACE (or 0xA83ACE) is known color: Dark Orchid. HEX triplet: A8, 3A and CE. RGB value is (168,58,206). Sum of RGB (Red+Green+Blue) = 168+58+206=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #A83ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83ACE is #57C531. Grayscale: #6B6B6B. Windows color (decimal): -5752114 or 13515432. OLE color: 13515432.

HSL color Cylindrical-coordinate representation of color #A83ACE: hue angle of 284.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A83ACE is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 58 206 -
CMYK 0.18 0.72 0 0.19
HSL 284.59º 0.6% 0.52% -
HSV(B) 284.59º 0.72% 0.81% -
XYZ 28.8 15.81 59.93 -
YUV 107.76 183.44 170.97 -
System Red Green Blue C M Y K H S L
Decimal 168 58 206 0.18 0.72 0 0.19 284.59 0.6 0.52
Hex A8 3A CE 12 48 0 13 11D 3C 34
Octal 250 72 316 22 110 0 23 435 74 64
Binary 10101000 111010 11001110 10010 1001000 0 10011 100011101 111100 110100

Color Harmonies of #A83ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83ACE

Black with #A83ACE

Text Example


Text Example

White with #A83ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83ACE; }

 p { color: rgb(168,58,206); }

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

background-color css

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

 a { background-color: rgb(168,58,206); }

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

border-color css

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

 span { border-color: rgb(168,58,206); }

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