Html Css Color HEX #A83CDC Dark Orchid

📋 copy color: '#A83CDC'

red 168 ◦ green 60 ◦ blue 220

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

Shades of Dark Orchid #A83CDC

Tints of Dark Orchid #A83CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.39%

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 37.5%
G = 13.39%
B = 49.11%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A83CDC (or 0xA83CDC) is known color: Dark Orchid. HEX triplet: A8, 3C and DC. RGB value is (168,60,220). Sum of RGB (Red+Green+Blue) = 168+60+220=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #A83CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CDC is #57C323. Grayscale: #6E6E6E. Windows color (decimal): -5751588 or 14433448. OLE color: 14433448.

HSL color Cylindrical-coordinate representation of color #A83CDC: hue angle of 280.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A83CDC is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 60 220 -
CMYK 0.24 0.73 0 0.14
HSL 280.5º 0.7% 0.55% -
HSV(B) 280.5º 0.73% 0.86% -
XYZ 30.68 16.72 69.32 -
YUV 110.53 189.78 168.99 -
System Red Green Blue C M Y K H S L
Decimal 168 60 220 0.24 0.73 0 0.14 280.5 0.7 0.55
Hex A8 3C DC 18 49 0 E 118 46 37
Octal 250 74 334 30 111 0 16 430 106 67
Binary 10101000 111100 11011100 11000 1001001 0 1110 100011000 1000110 110111

Color Harmonies of #A83CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83CDC

Black with #A83CDC

Text Example


Text Example

White with #A83CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83CDC; }

 p { color: rgb(168,60,220); }

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

background-color css

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

 a { background-color: rgb(168,60,220); }

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

border-color css

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

 span { border-color: rgb(168,60,220); }

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