Html Css Color HEX #A82DDF Dark Orchid

📋 copy color: '#A82DDF'

red 168 ◦ green 45 ◦ blue 223

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

Shades of Dark Orchid #A82DDF

Tints of Dark Orchid #A82DDF

RGB

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

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

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

R = 38.53%
G = 10.32%
B = 51.15%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A82DDF (or 0xA82DDF) is known color: Dark Orchid. HEX triplet: A8, 2D and DF. RGB value is (168,45,223). Sum of RGB (Red+Green+Blue) = 168+45+223=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #A82DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DDF is #57D220. Grayscale: #656565. Windows color (decimal): -5755425 or 14626216. OLE color: 14626216.

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

Color convert

RGB 168 45 223 -
CMYK 0.25 0.80 0 0.13
HSL 281.46º 0.74% 0.53% -
HSV(B) 281.46º 0.8% 0.87% -
XYZ 30.41 15.53 71.21 -
YUV 102.07 196.25 175.03 -
System Red Green Blue C M Y K H S L
Decimal 168 45 223 0.25 0.80 0 0.13 281.46 0.74 0.53
Hex A8 2D DF 19 50 0 D 119 4A 35
Octal 250 55 337 31 120 0 15 431 112 65
Binary 10101000 101101 11011111 11001 1010000 0 1101 100011001 1001010 110101

Color Harmonies of #A82DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82DDF

Black with #A82DDF

Text Example


Text Example

White with #A82DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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