Html Css Color HEX #A83BDB Dark Orchid

📋 copy color: '#A83BDB'

red 168 ◦ green 59 ◦ blue 219

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

Shades of Dark Orchid #A83BDB

Tints of Dark Orchid #A83BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 37.67%
G = 13.23%
B = 49.1%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A83BDB (or 0xA83BDB) is known color: Dark Orchid. HEX triplet: A8, 3B and DB. RGB value is (168,59,219). Sum of RGB (Red+Green+Blue) = 168+59+219=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 59 (23.44% from 255 or 13.23% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #A83BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BDB is #57C424. Grayscale: #6D6D6D. Windows color (decimal): -5751845 or 14367656. OLE color: 14367656.

HSL color Cylindrical-coordinate representation of color #A83BDB: hue angle of 280.88º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A83BDB is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 59 219 -
CMYK 0.23 0.73 0 0.14
HSL 280.88º 0.69% 0.55% -
HSV(B) 280.88º 0.73% 0.86% -
XYZ 30.5 16.57 68.61 -
YUV 109.83 189.61 169.49 -
System Red Green Blue C M Y K H S L
Decimal 168 59 219 0.23 0.73 0 0.14 280.88 0.69 0.55
Hex A8 3B DB 17 49 0 E 119 45 37
Octal 250 73 333 27 111 0 16 431 105 67
Binary 10101000 111011 11011011 10111 1001001 0 1110 100011001 1000101 110111

Color Harmonies of #A83BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83BDB

Black with #A83BDB

Text Example


Text Example

White with #A83BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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