Html Css Color HEX #A82FB1 Dark Orchid

📋 copy color: '#A82FB1'

red 168 ◦ green 47 ◦ blue 177

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

Shades of Dark Orchid #A82FB1

Tints of Dark Orchid #A82FB1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.99%

 BLUE value IS 177 (69.53% from 255) = 45.15%

R = 42.86%
G = 11.99%
B = 45.15%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A82FB1 (or 0xA82FB1) is known color: Dark Orchid. HEX triplet: A8, 2F and B1. RGB value is (168,47,177). Sum of RGB (Red+Green+Blue) = 168+47+177=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #A82FB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82FB1 is #57D04E. Grayscale: #616161. Windows color (decimal): -5754959 or 11612072. OLE color: 11612072.

HSL color Cylindrical-coordinate representation of color #A82FB1: hue angle of 295.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A82FB1 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 47 177 -
CMYK 0.05 0.73 0 0.31
HSL 295.85º 0.58% 0.44% -
HSV(B) 295.85º 0.73% 0.69% -
XYZ 25.1 13.53 42.88 -
YUV 98 172.59 177.93 -
System Red Green Blue C M Y K H S L
Decimal 168 47 177 0.05 0.73 0 0.31 295.85 0.58 0.44
Hex A8 2F B1 5 49 0 1F 128 3A 2C
Octal 250 57 261 5 111 0 37 450 72 54
Binary 10101000 101111 10110001 101 1001001 0 11111 100101000 111010 101100

Color Harmonies of #A82FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82FB1

Black with #A82FB1

Text Example


Text Example

White with #A82FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82FB1; }

 p { color: rgb(168,47,177); }

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

background-color css

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

 a { background-color: rgb(168,47,177); }

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

border-color css

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

 span { border-color: rgb(168,47,177); }

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