Html Css Color HEX #A82DAC Dark Orchid

📋 copy color: '#A82DAC'

red 168 ◦ green 45 ◦ blue 172

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

Shades of Dark Orchid #A82DAC

Tints of Dark Orchid #A82DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.68%

R = 43.64%
G = 11.69%
B = 44.68%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A82DAC (or 0xA82DAC) is known color: Dark Orchid. HEX triplet: A8, 2D and AC. RGB value is (168,45,172). Sum of RGB (Red+Green+Blue) = 168+45+172=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #A82DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82DAC is #57D253. Grayscale: #5F5F5F. Windows color (decimal): -5755476 or 11283880. OLE color: 11283880.

HSL color Cylindrical-coordinate representation of color #A82DAC: hue angle of 298.11º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82DAC is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 45 172 -
CMYK 0.02 0.74 0 0.33
HSL 298.11º 0.59% 0.43% -
HSV(B) 298.11º 0.74% 0.67% -
XYZ 24.53 13.18 40.28 -
YUV 96.26 170.75 179.17 -
System Red Green Blue C M Y K H S L
Decimal 168 45 172 0.02 0.74 0 0.33 298.11 0.59 0.43
Hex A8 2D AC 2 4A 0 21 12A 3B 2B
Octal 250 55 254 2 112 0 41 452 73 53
Binary 10101000 101101 10101100 10 1001010 0 100001 100101010 111011 101011

Color Harmonies of #A82DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82DAC

Black with #A82DAC

Text Example


Text Example

White with #A82DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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