Html Css Color HEX #A82FDB Dark Orchid

📋 copy color: '#A82FDB'

red 168 ◦ green 47 ◦ blue 219

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

Shades of Dark Orchid #A82FDB

Tints of Dark Orchid #A82FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 38.71%
G = 10.83%
B = 50.46%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A82FDB (or 0xA82FDB) is known color: Dark Orchid. HEX triplet: A8, 2F and DB. RGB value is (168,47,219). Sum of RGB (Red+Green+Blue) = 168+47+219=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #A82FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FDB is #57D024. Grayscale: #666666. Windows color (decimal): -5754917 or 14364584. OLE color: 14364584.

HSL color Cylindrical-coordinate representation of color #A82FDB: hue angle of 282.21º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82FDB is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 47 219 -
CMYK 0.23 0.79 0 0.14
HSL 282.21º 0.7% 0.52% -
HSV(B) 282.21º 0.79% 0.86% -
XYZ 29.95 15.47 68.43 -
YUV 102.79 193.59 174.51 -
System Red Green Blue C M Y K H S L
Decimal 168 47 219 0.23 0.79 0 0.14 282.21 0.7 0.52
Hex A8 2F DB 17 4F 0 E 11A 46 34
Octal 250 57 333 27 117 0 16 432 106 64
Binary 10101000 101111 11011011 10111 1001111 0 1110 100011010 1000110 110100

Color Harmonies of #A82FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82FDB

Black with #A82FDB

Text Example


Text Example

White with #A82FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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