Html Css Color HEX #A83AD9 Dark Orchid

📋 copy color: '#A83AD9'

red 168 ◦ green 58 ◦ blue 217

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

Shades of Dark Orchid #A83AD9

Tints of Dark Orchid #A83AD9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.09%

 BLUE value IS 217 (85.16% from 255) = 48.98%

R = 37.92%
G = 13.09%
B = 48.98%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A83AD9 (or 0xA83AD9) is known color: Dark Orchid. HEX triplet: A8, 3A and D9. RGB value is (168,58,217). Sum of RGB (Red+Green+Blue) = 168+58+217=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #A83AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83AD9 is #57C526. Grayscale: #6C6C6C. Windows color (decimal): -5752103 or 14236328. OLE color: 14236328.

HSL color Cylindrical-coordinate representation of color #A83AD9: hue angle of 281.51º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A83AD9 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 58 217 -
CMYK 0.23 0.73 0 0.15
HSL 281.51º 0.68% 0.54% -
HSV(B) 281.51º 0.73% 0.85% -
XYZ 30.19 16.36 67.21 -
YUV 109.02 188.94 170.07 -
System Red Green Blue C M Y K H S L
Decimal 168 58 217 0.23 0.73 0 0.15 281.51 0.68 0.54
Hex A8 3A D9 17 49 0 F 11A 44 36
Octal 250 72 331 27 111 0 17 432 104 66
Binary 10101000 111010 11011001 10111 1001001 0 1111 100011010 1000100 110110

Color Harmonies of #A83AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83AD9

Black with #A83AD9

Text Example


Text Example

White with #A83AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83AD9; }

 p { color: rgb(168,58,217); }

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

background-color css

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

 a { background-color: rgb(168,58,217); }

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

border-color css

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

 span { border-color: rgb(168,58,217); }

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