Html Css Color HEX #A82DD5 Dark Orchid

📋 copy color: '#A82DD5'

red 168 ◦ green 45 ◦ blue 213

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

Shades of Dark Orchid #A82DD5

Tints of Dark Orchid #A82DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50%

R = 39.44%
G = 10.56%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A82DD5 (or 0xA82DD5) is known color: Dark Orchid. HEX triplet: A8, 2D and D5. RGB value is (168,45,213). Sum of RGB (Red+Green+Blue) = 168+45+213=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #A82DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DD5 is #57D22A. Grayscale: #646464. Windows color (decimal): -5755435 or 13970856. OLE color: 13970856.

HSL color Cylindrical-coordinate representation of color #A82DD5: hue angle of 283.93º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82DD5 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 45 213 -
CMYK 0.21 0.79 0 0.16
HSL 283.93º 0.67% 0.51% -
HSV(B) 283.93º 0.79% 0.84% -
XYZ 29.1 15.01 64.31 -
YUV 100.93 191.25 175.84 -
System Red Green Blue C M Y K H S L
Decimal 168 45 213 0.21 0.79 0 0.16 283.93 0.67 0.51
Hex A8 2D D5 15 4F 0 10 11C 43 33
Octal 250 55 325 25 117 0 20 434 103 63
Binary 10101000 101101 11010101 10101 1001111 0 10000 100011100 1000011 110011

Color Harmonies of #A82DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82DD5

Black with #A82DD5

Text Example


Text Example

White with #A82DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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