Html Css Color HEX #A83DDC Dark Orchid

📋 copy color: '#A83DDC'

red 168 ◦ green 61 ◦ blue 220

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

Shades of Dark Orchid #A83DDC

Tints of Dark Orchid #A83DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49%

R = 37.42%
G = 13.59%
B = 49%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A83DDC (or 0xA83DDC) is known color: Dark Orchid. HEX triplet: A8, 3D and DC. RGB value is (168,61,220). Sum of RGB (Red+Green+Blue) = 168+61+220=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #A83DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DDC is #57C223. Grayscale: #6E6E6E. Windows color (decimal): -5751332 or 14433704. OLE color: 14433704.

HSL color Cylindrical-coordinate representation of color #A83DDC: hue angle of 280.38º 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 #A83DDC is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 61 220 -
CMYK 0.24 0.72 0 0.14
HSL 280.38º 0.69% 0.55% -
HSV(B) 280.38º 0.72% 0.86% -
XYZ 30.74 16.83 69.34 -
YUV 111.12 189.45 168.57 -
System Red Green Blue C M Y K H S L
Decimal 168 61 220 0.24 0.72 0 0.14 280.38 0.69 0.55
Hex A8 3D DC 18 48 0 E 118 45 37
Octal 250 75 334 30 110 0 16 430 105 67
Binary 10101000 111101 11011100 11000 1001000 0 1110 100011000 1000101 110111

Color Harmonies of #A83DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83DDC

Black with #A83DDC

Text Example


Text Example

White with #A83DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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