Html Css Color HEX #A83DDB Dark Orchid

📋 copy color: '#A83DDB'

red 168 ◦ green 61 ◦ blue 219

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

Shades of Dark Orchid #A83DDB

Tints of Dark Orchid #A83DDB

RGB

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

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

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

R = 37.5%
G = 13.62%
B = 48.88%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A83DDB (or 0xA83DDB) is known color: Dark Orchid. HEX triplet: A8, 3D and DB. RGB value is (168,61,219). Sum of RGB (Red+Green+Blue) = 168+61+219=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #A83DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DDB is #57C224. Grayscale: #6E6E6E. Windows color (decimal): -5751333 or 14368168. OLE color: 14368168.

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

Color convert

RGB 168 61 219 -
CMYK 0.23 0.72 0 0.14
HSL 280.63º 0.69% 0.55% -
HSV(B) 280.63º 0.72% 0.86% -
XYZ 30.6 16.78 68.64 -
YUV 111.01 188.95 168.65 -
System Red Green Blue C M Y K H S L
Decimal 168 61 219 0.23 0.72 0 0.14 280.63 0.69 0.55
Hex A8 3D DB 17 48 0 E 119 45 37
Octal 250 75 333 27 110 0 16 431 105 67
Binary 10101000 111101 11011011 10111 1001000 0 1110 100011001 1000101 110111

Color Harmonies of #A83DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83DDB

Black with #A83DDB

Text Example


Text Example

White with #A83DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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