Html Css Color HEX #A81DB4 Dark Orchid

📋 copy color: '#A81DB4'

red 168 ◦ green 29 ◦ blue 180

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

Shades of Dark Orchid #A81DB4

Tints of Dark Orchid #A81DB4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.69%

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

R = 44.56%
G = 7.69%
B = 47.75%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A81DB4 (or 0xA81DB4) is known color: Dark Orchid. HEX triplet: A8, 1D and B4. RGB value is (168,29,180). Sum of RGB (Red+Green+Blue) = 168+29+180=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #A81DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DB4 is #57E24B. Grayscale: #575757. Windows color (decimal): -5759564 or 11804072. OLE color: 11804072.

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

Color convert

RGB 168 29 180 -
CMYK 0.07 0.84 0 0.29
HSL 295.23º 0.72% 0.41% -
HSV(B) 295.23º 0.84% 0.71% -
XYZ 24.83 12.5 44.28 -
YUV 87.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 168 29 180 0.07 0.84 0 0.29 295.23 0.72 0.41
Hex A8 1D B4 7 54 0 1D 127 48 29
Octal 250 35 264 7 124 0 35 447 110 51
Binary 10101000 11101 10110100 111 1010100 0 11101 100100111 1001000 101001

Color Harmonies of #A81DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81DB4

Black with #A81DB4

Text Example


Text Example

White with #A81DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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