Html Css Color HEX #A83FDC Dark Orchid

📋 copy color: '#A83FDC'

red 168 ◦ green 63 ◦ blue 220

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

Shades of Dark Orchid #A83FDC

Tints of Dark Orchid #A83FDC

RGB

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

 GREEN value IS 63 (25% from 255) = 13.97%

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

R = 37.25%
G = 13.97%
B = 48.78%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A83FDC (or 0xA83FDC) is known color: Dark Orchid. HEX triplet: A8, 3F and DC. RGB value is (168,63,220). Sum of RGB (Red+Green+Blue) = 168+63+220=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #A83FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FDC is #57C023. Grayscale: #6F6F6F. Windows color (decimal): -5750820 or 14434216. OLE color: 14434216.

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

Color convert

RGB 168 63 220 -
CMYK 0.24 0.71 0 0.14
HSL 280.13º 0.69% 0.55% -
HSV(B) 280.13º 0.71% 0.86% -
XYZ 30.84 17.05 69.37 -
YUV 112.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 168 63 220 0.24 0.71 0 0.14 280.13 0.69 0.55
Hex A8 3F DC 18 47 0 E 118 45 37
Octal 250 77 334 30 107 0 16 430 105 67
Binary 10101000 111111 11011100 11000 1000111 0 1110 100011000 1000101 110111

Color Harmonies of #A83FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83FDC

Black with #A83FDC

Text Example


Text Example

White with #A83FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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