Html Css Color HEX #AA1BDF Dark Orchid

📋 copy color: '#AA1BDF'

red 170 ◦ green 27 ◦ blue 223

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

Shades of Dark Orchid #AA1BDF

Tints of Dark Orchid #AA1BDF

RGB

 RED value IS 170 (66.8% from 255) = 40.48%

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

 BLUE value IS 223 (87.5% from 255) = 53.1%

R = 40.48%
G = 6.43%
B = 53.1%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA1BDF (or 0xAA1BDF) is known color: Dark Orchid. HEX triplet: AA, 1B and DF. RGB value is (170,27,223). Sum of RGB (Red+Green+Blue) = 170+27+223=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA1BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA1BDF is #55E420. Grayscale: #5B5B5B. Windows color (decimal): -5628961 or 14621610. OLE color: 14621610.

HSL color Cylindrical-coordinate representation of color #AA1BDF: hue angle of 283.78º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1BDF is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 27 223 -
CMYK 0.24 0.88 0 0.13
HSL 283.78º 0.78% 0.49% -
HSV(B) 283.78º 0.88% 0.87% -
XYZ 30.29 14.66 71.04 -
YUV 92.1 201.88 183.56 -
System Red Green Blue C M Y K H S L
Decimal 170 27 223 0.24 0.88 0 0.13 283.78 0.78 0.49
Hex AA 1B DF 18 58 0 D 11C 4E 31
Octal 252 33 337 30 130 0 15 434 116 61
Binary 10101010 11011 11011111 11000 1011000 0 1101 100011100 1001110 110001

Color Harmonies of #AA1BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1BDF

Black with #AA1BDF

Text Example


Text Example

White with #AA1BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1BDF; }

 p { color: rgb(170,27,223); }

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

background-color css

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

 a { background-color: rgb(170,27,223); }

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

border-color css

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

 span { border-color: rgb(170,27,223); }

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