Html Css Color HEX #A82BDA Dark Orchid

📋 copy color: '#A82BDA'

red 168 ◦ green 43 ◦ blue 218

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

Shades of Dark Orchid #A82BDA

Tints of Dark Orchid #A82BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 39.16%
G = 10.02%
B = 50.82%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A82BDA (or 0xA82BDA) is known color: Dark Orchid. HEX triplet: A8, 2B and DA. RGB value is (168,43,218). Sum of RGB (Red+Green+Blue) = 168+43+218=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #A82BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82BDA is #57D425. Grayscale: #636363. Windows color (decimal): -5755942 or 14298024. OLE color: 14298024.

HSL color Cylindrical-coordinate representation of color #A82BDA: hue angle of 282.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A82BDA is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 43 218 -
CMYK 0.23 0.80 0 0.15
HSL 282.86º 0.7% 0.51% -
HSV(B) 282.86º 0.8% 0.85% -
XYZ 29.67 15.11 67.68 -
YUV 100.33 194.41 176.27 -
System Red Green Blue C M Y K H S L
Decimal 168 43 218 0.23 0.80 0 0.15 282.86 0.7 0.51
Hex A8 2B DA 17 50 0 F 11B 46 33
Octal 250 53 332 27 120 0 17 433 106 63
Binary 10101000 101011 11011010 10111 1010000 0 1111 100011011 1000110 110011

Color Harmonies of #A82BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82BDA

Black with #A82BDA

Text Example


Text Example

White with #A82BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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