Html Css Color HEX #A83DD5 Dark Orchid

📋 copy color: '#A83DD5'

red 168 ◦ green 61 ◦ blue 213

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

Shades of Dark Orchid #A83DD5

Tints of Dark Orchid #A83DD5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.8%

 BLUE value IS 213 (83.59% from 255) = 48.19%

R = 38.01%
G = 13.8%
B = 48.19%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A83DD5 (or 0xA83DD5) is known color: Dark Orchid. HEX triplet: A8, 3D and D5. RGB value is (168,61,213). Sum of RGB (Red+Green+Blue) = 168+61+213=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 61 (24.22% from 255 or 13.80% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #A83DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DD5 is #57C22A. Grayscale: #6D6D6D. Windows color (decimal): -5751339 or 13974952. OLE color: 13974952.

HSL color Cylindrical-coordinate representation of color #A83DD5: hue angle of 282.24º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83DD5 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 61 213 -
CMYK 0.21 0.71 0 0.16
HSL 282.24º 0.64% 0.54% -
HSV(B) 282.24º 0.71% 0.84% -
XYZ 29.83 16.47 64.56 -
YUV 110.32 185.95 169.14 -
System Red Green Blue C M Y K H S L
Decimal 168 61 213 0.21 0.71 0 0.16 282.24 0.64 0.54
Hex A8 3D D5 15 47 0 10 11A 40 36
Octal 250 75 325 25 107 0 20 432 100 66
Binary 10101000 111101 11010101 10101 1000111 0 10000 100011010 1000000 110110

Color Harmonies of #A83DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83DD5

Black with #A83DD5

Text Example


Text Example

White with #A83DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83DD5; }

 p { color: rgb(168,61,213); }

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

background-color css

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

 a { background-color: rgb(168,61,213); }

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

border-color css

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

 span { border-color: rgb(168,61,213); }

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