Html Css Color HEX #AB1DBA Dark Orchid

📋 copy color: '#AB1DBA'

red 171 ◦ green 29 ◦ blue 186

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

Shades of Dark Orchid #AB1DBA

Tints of Dark Orchid #AB1DBA

RGB

 RED value IS 171 (67.19% from 255) = 44.3%

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 44.3%
G = 7.51%
B = 48.19%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB1DBA (or 0xAB1DBA) is known color: Dark Orchid. HEX triplet: AB, 1D and BA. RGB value is (171,29,186). Sum of RGB (Red+Green+Blue) = 171+29+186=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DBA is #54E245. Grayscale: #585858. Windows color (decimal): -5562950 or 12197291. OLE color: 12197291.

HSL color Cylindrical-coordinate representation of color #AB1DBA: hue angle of 294.27º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1DBA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 29 186 -
CMYK 0.08 0.84 0 0.27
HSL 294.27º 0.73% 0.42% -
HSV(B) 294.27º 0.84% 0.73% -
XYZ 26.1 13.08 47.6 -
YUV 89.36 182.54 186.23 -
System Red Green Blue C M Y K H S L
Decimal 171 29 186 0.08 0.84 0 0.27 294.27 0.73 0.42
Hex AB 1D BA 8 54 0 1B 126 49 2A
Octal 253 35 272 10 124 0 33 446 111 52
Binary 10101011 11101 10111010 1000 1010100 0 11011 100100110 1001001 101010

Color Harmonies of #AB1DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1DBA

Black with #AB1DBA

Text Example


Text Example

White with #AB1DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1DBA; }

 p { color: rgb(171,29,186); }

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

background-color css

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

 a { background-color: rgb(171,29,186); }

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

border-color css

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

 span { border-color: rgb(171,29,186); }

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