Html Css Color HEX #A82FD3 Dark Orchid

📋 copy color: '#A82FD3'

red 168 ◦ green 47 ◦ blue 211

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

Shades of Dark Orchid #A82FD3

Tints of Dark Orchid #A82FD3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.03%

 BLUE value IS 211 (82.81% from 255) = 49.53%

R = 39.44%
G = 11.03%
B = 49.53%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A82FD3 (or 0xA82FD3) is known color: Dark Orchid. HEX triplet: A8, 2F and D3. RGB value is (168,47,211). Sum of RGB (Red+Green+Blue) = 168+47+211=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 47 (18.75% from 255 or 11.03% from 426); Blue value is 211 (82.81% from 255 or 49.53% from 426); Max value from RGB is 211 - color contains mainly: blue. Hex color #A82FD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FD3 is #57D02C. Grayscale: #656565. Windows color (decimal): -5754925 or 13840296. OLE color: 13840296.

HSL color Cylindrical-coordinate representation of color #A82FD3: hue angle of 284.27º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A82FD3 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 47 211 -
CMYK 0.20 0.78 0 0.17
HSL 284.27º 0.65% 0.51% -
HSV(B) 284.27º 0.78% 0.83% -
XYZ 28.92 15.06 63.01 -
YUV 101.88 189.59 175.16 -
System Red Green Blue C M Y K H S L
Decimal 168 47 211 0.20 0.78 0 0.17 284.27 0.65 0.51
Hex A8 2F D3 14 4E 0 11 11C 41 33
Octal 250 57 323 24 116 0 21 434 101 63
Binary 10101000 101111 11010011 10100 1001110 0 10001 100011100 1000001 110011

Color Harmonies of #A82FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82FD3

Black with #A82FD3

Text Example


Text Example

White with #A82FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82FD3; }

 p { color: rgb(168,47,211); }

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

background-color css

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

 a { background-color: rgb(168,47,211); }

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

border-color css

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

 span { border-color: rgb(168,47,211); }

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