Html Css Color HEX #A82DCC Dark Orchid

📋 copy color: '#A82DCC'

red 168 ◦ green 45 ◦ blue 204

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

Shades of Dark Orchid #A82DCC

Tints of Dark Orchid #A82DCC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.79%

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 40.29%
G = 10.79%
B = 48.92%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A82DCC (or 0xA82DCC) is known color: Dark Orchid. HEX triplet: A8, 2D and CC. RGB value is (168,45,204). Sum of RGB (Red+Green+Blue) = 168+45+204=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #A82DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DCC is #57D233. Grayscale: #636363. Windows color (decimal): -5755444 or 13381032. OLE color: 13381032.

HSL color Cylindrical-coordinate representation of color #A82DCC: hue angle of 286.42º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82DCC is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 45 204 -
CMYK 0.18 0.78 0 0.2
HSL 286.42º 0.64% 0.49% -
HSV(B) 286.42º 0.78% 0.8% -
XYZ 27.99 14.56 58.46 -
YUV 99.9 186.75 176.57 -
System Red Green Blue C M Y K H S L
Decimal 168 45 204 0.18 0.78 0 0.2 286.42 0.64 0.49
Hex A8 2D CC 12 4E 0 14 11E 40 31
Octal 250 55 314 22 116 0 24 436 100 61
Binary 10101000 101101 11001100 10010 1001110 0 10100 100011110 1000000 110001

Color Harmonies of #A82DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82DCC

Black with #A82DCC

Text Example


Text Example

White with #A82DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82DCC; }

 p { color: rgb(168,45,204); }

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

background-color css

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

 a { background-color: rgb(168,45,204); }

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

border-color css

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

 span { border-color: rgb(168,45,204); }

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