Html Css Color HEX #A83BDE Dark Orchid

📋 copy color: '#A83BDE'

red 168 ◦ green 59 ◦ blue 222

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

Shades of Dark Orchid #A83BDE

Tints of Dark Orchid #A83BDE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.14%

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 37.42%
G = 13.14%
B = 49.44%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A83BDE (or 0xA83BDE) is known color: Dark Orchid. HEX triplet: A8, 3B and DE. RGB value is (168,59,222). Sum of RGB (Red+Green+Blue) = 168+59+222=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #A83BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BDE is #57C421. Grayscale: #6D6D6D. Windows color (decimal): -5751842 or 14564264. OLE color: 14564264.

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

Color convert

RGB 168 59 222 -
CMYK 0.24 0.73 0 0.13
HSL 280.12º 0.71% 0.55% -
HSV(B) 280.12º 0.73% 0.87% -
XYZ 30.9 16.73 70.71 -
YUV 110.17 191.11 169.25 -
System Red Green Blue C M Y K H S L
Decimal 168 59 222 0.24 0.73 0 0.13 280.12 0.71 0.55
Hex A8 3B DE 18 49 0 D 118 47 37
Octal 250 73 336 30 111 0 15 430 107 67
Binary 10101000 111011 11011110 11000 1001001 0 1101 100011000 1000111 110111

Color Harmonies of #A83BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BDE

Black with #A83BDE

Text Example


Text Example

White with #A83BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BDE; }

 p { color: rgb(168,59,222); }

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

background-color css

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

 a { background-color: rgb(168,59,222); }

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

border-color css

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

 span { border-color: rgb(168,59,222); }

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