Html Css Color HEX #A81CCB Dark Orchid

📋 copy color: '#A81CCB'

red 168 ◦ green 28 ◦ blue 203

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

Shades of Dark Orchid #A81CCB

Tints of Dark Orchid #A81CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.02%

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 42.11%
G = 7.02%
B = 50.88%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A81CCB (or 0xA81CCB) is known color: Dark Orchid. HEX triplet: A8, 1C and CB. RGB value is (168,28,203). Sum of RGB (Red+Green+Blue) = 168+28+203=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #A81CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81CCB is #57E334. Grayscale: #595959. Windows color (decimal): -5759797 or 13311144. OLE color: 13311144.

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

Color convert

RGB 168 28 203 -
CMYK 0.17 0.86 0 0.20
HSL 288º 0.76% 0.45% -
HSV(B) 288º 0.86% 0.8% -
XYZ 27.34 13.47 57.66 -
YUV 89.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 168 28 203 0.17 0.86 0 0.20 288 0.76 0.45
Hex A8 1C CB 11 56 0 14 120 4C 2D
Octal 250 34 313 21 126 0 24 440 114 55
Binary 10101000 11100 11001011 10001 1010110 0 10100 100100000 1001100 101101

Color Harmonies of #A81CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81CCB

Black with #A81CCB

Text Example


Text Example

White with #A81CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81CCB; }

 p { color: rgb(168,28,203); }

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

background-color css

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

 a { background-color: rgb(168,28,203); }

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

border-color css

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

 span { border-color: rgb(168,28,203); }

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