Html Css Color HEX #A82ADF Dark Orchid

📋 copy color: '#A82ADF'

red 168 ◦ green 42 ◦ blue 223

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

Shades of Dark Orchid #A82ADF

Tints of Dark Orchid #A82ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.7%

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 38.8%
G = 9.7%
B = 51.5%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A82ADF (or 0xA82ADF) is known color: Dark Orchid. HEX triplet: A8, 2A and DF. RGB value is (168,42,223). Sum of RGB (Red+Green+Blue) = 168+42+223=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #A82ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82ADF is #57D520. Grayscale: #636363. Windows color (decimal): -5756193 or 14625448. OLE color: 14625448.

HSL color Cylindrical-coordinate representation of color #A82ADF: hue angle of 281.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A82ADF is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 42 223 -
CMYK 0.25 0.81 0 0.13
HSL 281.77º 0.74% 0.52% -
HSV(B) 281.77º 0.81% 0.87% -
XYZ 30.3 15.31 71.17 -
YUV 100.31 197.24 176.28 -
System Red Green Blue C M Y K H S L
Decimal 168 42 223 0.25 0.81 0 0.13 281.77 0.74 0.52
Hex A8 2A DF 19 51 0 D 11A 4A 34
Octal 250 52 337 31 121 0 15 432 112 64
Binary 10101000 101010 11011111 11001 1010001 0 1101 100011010 1001010 110100

Color Harmonies of #A82ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82ADF

Black with #A82ADF

Text Example


Text Example

White with #A82ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82ADF; }

 p { color: rgb(168,42,223); }

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

background-color css

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

 a { background-color: rgb(168,42,223); }

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

border-color css

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

 span { border-color: rgb(168,42,223); }

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