Html Css Color HEX #A81BB4 Dark Orchid

📋 copy color: '#A81BB4'

red 168 ◦ green 27 ◦ blue 180

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

Shades of Dark Orchid #A81BB4

Tints of Dark Orchid #A81BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48%

R = 44.8%
G = 7.2%
B = 48%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A81BB4 (or 0xA81BB4) is known color: Dark Orchid. HEX triplet: A8, 1B and B4. RGB value is (168,27,180). Sum of RGB (Red+Green+Blue) = 168+27+180=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #A81BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BB4 is #57E44B. Grayscale: #565656. Windows color (decimal): -5760076 or 11803560. OLE color: 11803560.

HSL color Cylindrical-coordinate representation of color #A81BB4: hue angle of 295.29º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81BB4 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 27 180 -
CMYK 0.07 0.85 0 0.29
HSL 295.29º 0.74% 0.41% -
HSV(B) 295.29º 0.85% 0.71% -
XYZ 24.78 12.4 44.27 -
YUV 86.6 180.71 186.06 -
System Red Green Blue C M Y K H S L
Decimal 168 27 180 0.07 0.85 0 0.29 295.29 0.74 0.41
Hex A8 1B B4 7 55 0 1D 127 4A 29
Octal 250 33 264 7 125 0 35 447 112 51
Binary 10101000 11011 10110100 111 1010101 0 11101 100100111 1001010 101001

Color Harmonies of #A81BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81BB4

Black with #A81BB4

Text Example


Text Example

White with #A81BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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