Html Css Color HEX #A81EB6 Dark Orchid

📋 copy color: '#A81EB6'

red 168 ◦ green 30 ◦ blue 182

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

Shades of Dark Orchid #A81EB6

Tints of Dark Orchid #A81EB6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.89%

 BLUE value IS 182 (71.48% from 255) = 47.89%

R = 44.21%
G = 7.89%
B = 47.89%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A81EB6 (or 0xA81EB6) is known color: Dark Orchid. HEX triplet: A8, 1E and B6. RGB value is (168,30,182). Sum of RGB (Red+Green+Blue) = 168+30+182=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 182 - color contains mainly: blue. Hex color #A81EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81EB6 is #57E149. Grayscale: #585858. Windows color (decimal): -5759306 or 11935400. OLE color: 11935400.

HSL color Cylindrical-coordinate representation of color #A81EB6: hue angle of 294.47º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81EB6 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 30 182 -
CMYK 0.08 0.84 0 0.29
HSL 294.47º 0.72% 0.42% -
HSV(B) 294.47º 0.84% 0.71% -
XYZ 25.06 12.63 45.37 -
YUV 88.59 180.72 184.64 -
System Red Green Blue C M Y K H S L
Decimal 168 30 182 0.08 0.84 0 0.29 294.47 0.72 0.42
Hex A8 1E B6 8 54 0 1D 126 48 2A
Octal 250 36 266 10 124 0 35 446 110 52
Binary 10101000 11110 10110110 1000 1010100 0 11101 100100110 1001000 101010

Color Harmonies of #A81EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81EB6

Black with #A81EB6

Text Example


Text Example

White with #A81EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81EB6; }

 p { color: rgb(168,30,182); }

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

background-color css

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

 a { background-color: rgb(168,30,182); }

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

border-color css

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

 span { border-color: rgb(168,30,182); }

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