Html Css Color HEX #A83EDF Dark Orchid

📋 copy color: '#A83EDF'

red 168 ◦ green 62 ◦ blue 223

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

Shades of Dark Orchid #A83EDF

Tints of Dark Orchid #A83EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.69%

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

R = 37.09%
G = 13.69%
B = 49.23%

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

#A83EDF (or 0xA83EDF) is known color: Dark Orchid. HEX triplet: A8, 3E and DF. RGB value is (168,62,223). Sum of RGB (Red+Green+Blue) = 168+62+223=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #A83EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83EDF is #57C120. Grayscale: #6F6F6F. Windows color (decimal): -5751073 or 14630568. OLE color: 14630568.

HSL color Cylindrical-coordinate representation of color #A83EDF: hue angle of 279.5º degrees, saturation: 0.72, 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 #A83EDF is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 62 223 -
CMYK 0.25 0.72 0 0.13
HSL 279.5º 0.72% 0.56% -
HSV(B) 279.5º 0.72% 0.87% -
XYZ 31.19 17.1 71.47 -
YUV 112.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 168 62 223 0.25 0.72 0 0.13 279.5 0.72 0.56
Hex A8 3E DF 19 48 0 D 118 48 38
Octal 250 76 337 31 110 0 15 430 110 70
Binary 10101000 111110 11011111 11001 1001000 0 1101 100011000 1001000 111000

Color Harmonies of #A83EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83EDF

Black with #A83EDF

Text Example


Text Example

White with #A83EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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