Html Css Color HEX #A82CBF Dark Orchid

📋 copy color: '#A82CBF'

red 168 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #A82CBF

Tints of Dark Orchid #A82CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.92%

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

R = 41.69%
G = 10.92%
B = 47.39%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A82CBF (or 0xA82CBF) is known color: Dark Orchid. HEX triplet: A8, 2C and BF. RGB value is (168,44,191). Sum of RGB (Red+Green+Blue) = 168+44+191=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 44 (17.58% from 255 or 10.92% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #A82CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CBF is #57D340. Grayscale: #616161. Windows color (decimal): -5755713 or 12528808. OLE color: 12528808.

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

Color convert

RGB 168 44 191 -
CMYK 0.12 0.77 0 0.25
HSL 290.61º 0.63% 0.46% -
HSV(B) 290.61º 0.77% 0.75% -
XYZ 26.45 13.89 50.58 -
YUV 97.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 168 44 191 0.12 0.77 0 0.25 290.61 0.63 0.46
Hex A8 2C BF C 4D 0 19 123 3F 2E
Octal 250 54 277 14 115 0 31 443 77 56
Binary 10101000 101100 10111111 1100 1001101 0 11001 100100011 111111 101110

Color Harmonies of #A82CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82CBF

Black with #A82CBF

Text Example


Text Example

White with #A82CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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