Html Css Color HEX #A82DBF Dark Orchid

📋 copy color: '#A82DBF'

red 168 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #A82DBF

Tints of Dark Orchid #A82DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.28%

R = 41.58%
G = 11.14%
B = 47.28%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A82DBF (or 0xA82DBF) is known color: Dark Orchid. HEX triplet: A8, 2D and BF. RGB value is (168,45,191). Sum of RGB (Red+Green+Blue) = 168+45+191=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 45 (17.97% from 255 or 11.14% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #A82DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82DBF is #57D240. Grayscale: #616161. Windows color (decimal): -5755457 or 12529064. OLE color: 12529064.

HSL color Cylindrical-coordinate representation of color #A82DBF: hue angle of 290.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82DBF is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 45 191 -
CMYK 0.12 0.76 0 0.25
HSL 290.55º 0.62% 0.46% -
HSV(B) 290.55º 0.76% 0.75% -
XYZ 26.49 13.96 50.59 -
YUV 98.42 180.25 177.63 -
System Red Green Blue C M Y K H S L
Decimal 168 45 191 0.12 0.76 0 0.25 290.55 0.62 0.46
Hex A8 2D BF C 4C 0 19 123 3E 2E
Octal 250 55 277 14 114 0 31 443 76 56
Binary 10101000 101101 10111111 1100 1001100 0 11001 100100011 111110 101110

Color Harmonies of #A82DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82DBF

Black with #A82DBF

Text Example


Text Example

White with #A82DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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