Html Css Color HEX #A82BD0 Dark Orchid

📋 copy color: '#A82BD0'

red 168 ◦ green 43 ◦ blue 208

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

Shades of Dark Orchid #A82BD0

Tints of Dark Orchid #A82BD0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.26%

 BLUE value IS 208 (81.64% from 255) = 49.64%

R = 40.1%
G = 10.26%
B = 49.64%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A82BD0 (or 0xA82BD0) is known color: Dark Orchid. HEX triplet: A8, 2B and D0. RGB value is (168,43,208). Sum of RGB (Red+Green+Blue) = 168+43+208=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #A82BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BD0 is #57D42F. Grayscale: #626262. Windows color (decimal): -5755952 or 13642664. OLE color: 13642664.

HSL color Cylindrical-coordinate representation of color #A82BD0: hue angle of 285.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82BD0 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 43 208 -
CMYK 0.19 0.79 0 0.18
HSL 285.45º 0.66% 0.49% -
HSV(B) 285.45º 0.79% 0.82% -
XYZ 28.4 14.61 61 -
YUV 99.19 189.41 177.08 -
System Red Green Blue C M Y K H S L
Decimal 168 43 208 0.19 0.79 0 0.18 285.45 0.66 0.49
Hex A8 2B D0 13 4F 0 12 11D 42 31
Octal 250 53 320 23 117 0 22 435 102 61
Binary 10101000 101011 11010000 10011 1001111 0 10010 100011101 1000010 110001

Color Harmonies of #A82BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82BD0

Black with #A82BD0

Text Example


Text Example

White with #A82BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82BD0; }

 p { color: rgb(168,43,208); }

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

background-color css

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

 a { background-color: rgb(168,43,208); }

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

border-color css

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

 span { border-color: rgb(168,43,208); }

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