Html Css Color HEX #AB2BAD Dark Orchid

📋 copy color: '#AB2BAD'

red 171 ◦ green 43 ◦ blue 173

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

Shades of Dark Orchid #AB2BAD

Tints of Dark Orchid #AB2BAD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.11%

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 44.19%
G = 11.11%
B = 44.7%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB2BAD (or 0xAB2BAD) is known color: Dark Orchid. HEX triplet: AB, 2B and AD. RGB value is (171,43,173). Sum of RGB (Red+Green+Blue) = 171+43+173=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB2BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2BAD is #54D452. Grayscale: #5F5F5F. Windows color (decimal): -5559379 or 11348907. OLE color: 11348907.

HSL color Cylindrical-coordinate representation of color #AB2BAD: hue angle of 299.08º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2BAD is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 43 173 -
CMYK 0.01 0.75 0 0.32
HSL 299.08º 0.6% 0.42% -
HSV(B) 299.08º 0.75% 0.68% -
XYZ 25.2 13.4 40.79 -
YUV 96.09 171.41 181.43 -
System Red Green Blue C M Y K H S L
Decimal 171 43 173 0.01 0.75 0 0.32 299.08 0.6 0.42
Hex AB 2B AD 1 4B 0 20 12B 3C 2A
Octal 253 53 255 1 113 0 40 453 74 52
Binary 10101011 101011 10101101 1 1001011 0 100000 100101011 111100 101010

Color Harmonies of #AB2BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BAD

Black with #AB2BAD

Text Example


Text Example

White with #AB2BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BAD; }

 p { color: rgb(171,43,173); }

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

background-color css

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

 a { background-color: rgb(171,43,173); }

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

border-color css

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

 span { border-color: rgb(171,43,173); }

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