Html Css Color HEX #A81BCA Dark Orchid

📋 copy color: '#A81BCA'

red 168 ◦ green 27 ◦ blue 202

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

Shades of Dark Orchid #A81BCA

Tints of Dark Orchid #A81BCA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.8%

 BLUE value IS 202 (79.3% from 255) = 50.88%

R = 42.32%
G = 6.8%
B = 50.88%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A81BCA (or 0xA81BCA) is known color: Dark Orchid. HEX triplet: A8, 1B and CA. RGB value is (168,27,202). Sum of RGB (Red+Green+Blue) = 168+27+202=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #A81BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BCA is #57E435. Grayscale: #585858. Windows color (decimal): -5760054 or 13245352. OLE color: 13245352.

HSL color Cylindrical-coordinate representation of color #A81BCA: hue angle of 288.34º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81BCA is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 27 202 -
CMYK 0.17 0.87 0 0.21
HSL 288.34º 0.76% 0.45% -
HSV(B) 288.34º 0.87% 0.79% -
XYZ 27.2 13.37 57.02 -
YUV 89.11 191.71 184.27 -
System Red Green Blue C M Y K H S L
Decimal 168 27 202 0.17 0.87 0 0.21 288.34 0.76 0.45
Hex A8 1B CA 11 57 0 15 120 4C 2D
Octal 250 33 312 21 127 0 25 440 114 55
Binary 10101000 11011 11001010 10001 1010111 0 10101 100100000 1001100 101101

Color Harmonies of #A81BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BCA

Black with #A81BCA

Text Example


Text Example

White with #A81BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BCA; }

 p { color: rgb(168,27,202); }

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

background-color css

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

 a { background-color: rgb(168,27,202); }

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

border-color css

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

 span { border-color: rgb(168,27,202); }

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