Html Css Color HEX #A83FDF Dark Orchid

📋 copy color: '#A83FDF'

red 168 ◦ green 63 ◦ blue 223

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

Shades of Dark Orchid #A83FDF

Tints of Dark Orchid #A83FDF

RGB

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

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

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

R = 37%
G = 13.88%
B = 49.12%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A83FDF (or 0xA83FDF) is known color: Dark Orchid. HEX triplet: A8, 3F and DF. RGB value is (168,63,223). Sum of RGB (Red+Green+Blue) = 168+63+223=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 63 (25% from 255 or 13.88% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #A83FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FDF is #57C020. Grayscale: #707070. Windows color (decimal): -5750817 or 14630824. OLE color: 14630824.

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

Color convert

RGB 168 63 223 -
CMYK 0.25 0.72 0 0.13
HSL 279.38º 0.71% 0.56% -
HSV(B) 279.38º 0.72% 0.87% -
XYZ 31.25 17.21 71.49 -
YUV 112.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 168 63 223 0.25 0.72 0 0.13 279.38 0.71 0.56
Hex A8 3F DF 19 48 0 D 117 47 38
Octal 250 77 337 31 110 0 15 427 107 70
Binary 10101000 111111 11011111 11001 1001000 0 1101 100010111 1000111 111000

Color Harmonies of #A83FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83FDF

Black with #A83FDF

Text Example


Text Example

White with #A83FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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