Html Css Color HEX #A82CDC Dark Orchid

📋 copy color: '#A82CDC'

red 168 ◦ green 44 ◦ blue 220

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

Shades of Dark Orchid #A82CDC

Tints of Dark Orchid #A82CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.19%

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

R = 38.89%
G = 10.19%
B = 50.93%

CMYK

 C value IS 0.24

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A82CDC (or 0xA82CDC) is known color: Dark Orchid. HEX triplet: A8, 2C and DC. RGB value is (168,44,220). Sum of RGB (Red+Green+Blue) = 168+44+220=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #A82CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CDC is #57D323. Grayscale: #646464. Windows color (decimal): -5755684 or 14429352. OLE color: 14429352.

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

Color convert

RGB 168 44 220 -
CMYK 0.24 0.8 0 0.14
HSL 282.27º 0.72% 0.52% -
HSV(B) 282.27º 0.8% 0.86% -
XYZ 29.97 15.29 69.08 -
YUV 101.14 195.08 175.69 -
System Red Green Blue C M Y K H S L
Decimal 168 44 220 0.24 0.8 0 0.14 282.27 0.72 0.52
Hex A8 2C DC 18 50 0 E 11A 48 34
Octal 250 54 334 30 120 0 16 432 110 64
Binary 10101000 101100 11011100 11000 1010000 0 1110 100011010 1001000 110100

Color Harmonies of #A82CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82CDC

Black with #A82CDC

Text Example


Text Example

White with #A82CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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