Html Css Color HEX #A83CDF Dark Orchid

📋 copy color: '#A83CDF'

red 168 ◦ green 60 ◦ blue 223

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

Shades of Dark Orchid #A83CDF

Tints of Dark Orchid #A83CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 37.25%
G = 13.3%
B = 49.45%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A83CDF (or 0xA83CDF) is known color: Dark Orchid. HEX triplet: A8, 3C and DF. RGB value is (168,60,223). Sum of RGB (Red+Green+Blue) = 168+60+223=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 60 (23.83% from 255 or 13.30% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #A83CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CDF is #57C320. Grayscale: #6E6E6E. Windows color (decimal): -5751585 or 14630056. OLE color: 14630056.

HSL color Cylindrical-coordinate representation of color #A83CDF: hue angle of 279.75º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A83CDF is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 60 223 -
CMYK 0.25 0.73 0 0.13
HSL 279.75º 0.72% 0.55% -
HSV(B) 279.75º 0.73% 0.87% -
XYZ 31.08 16.88 71.43 -
YUV 110.87 191.28 168.75 -
System Red Green Blue C M Y K H S L
Decimal 168 60 223 0.25 0.73 0 0.13 279.75 0.72 0.55
Hex A8 3C DF 19 49 0 D 118 48 37
Octal 250 74 337 31 111 0 15 430 110 67
Binary 10101000 111100 11011111 11001 1001001 0 1101 100011000 1001000 110111

Color Harmonies of #A83CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83CDF

Black with #A83CDF

Text Example


Text Example

White with #A83CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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