Html Css Color HEX #A83DBA Dark Orchid

📋 copy color: '#A83DBA'

red 168 ◦ green 61 ◦ blue 186

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

Shades of Dark Orchid #A83DBA

Tints of Dark Orchid #A83DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 40.48%
G = 14.7%
B = 44.82%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A83DBA (or 0xA83DBA) is known color: Dark Orchid. HEX triplet: A8, 3D and BA. RGB value is (168,61,186). Sum of RGB (Red+Green+Blue) = 168+61+186=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #A83DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DBA is #57C245. Grayscale: #6A6A6A. Windows color (decimal): -5751366 or 12205480. OLE color: 12205480.

HSL color Cylindrical-coordinate representation of color #A83DBA: hue angle of 291.36º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A83DBA is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 61 186 -
CMYK 0.10 0.67 0 0.27
HSL 291.36º 0.51% 0.48% -
HSV(B) 291.36º 0.67% 0.73% -
XYZ 26.68 15.21 47.98 -
YUV 107.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 168 61 186 0.10 0.67 0 0.27 291.36 0.51 0.48
Hex A8 3D BA A 43 0 1B 123 33 30
Octal 250 75 272 12 103 0 33 443 63 60
Binary 10101000 111101 10111010 1010 1000011 0 11011 100100011 110011 110000

Color Harmonies of #A83DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83DBA

Black with #A83DBA

Text Example


Text Example

White with #A83DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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