Html Css Color HEX #AB20BD Dark Orchid

📋 copy color: '#AB20BD'

red 171 ◦ green 32 ◦ blue 189

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

Shades of Dark Orchid #AB20BD

Tints of Dark Orchid #AB20BD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.16%

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 43.62%
G = 8.16%
B = 48.21%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB20BD (or 0xAB20BD) is known color: Dark Orchid. HEX triplet: AB, 20 and BD. RGB value is (171,32,189). Sum of RGB (Red+Green+Blue) = 171+32+189=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB20BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB20BD is #54DF42. Grayscale: #5A5A5A. Windows color (decimal): -5562179 or 12394667. OLE color: 12394667.

HSL color Cylindrical-coordinate representation of color #AB20BD: hue angle of 293.12º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB20BD is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 32 189 -
CMYK 0.10 0.83 0 0.26
HSL 293.12º 0.71% 0.43% -
HSV(B) 293.12º 0.83% 0.74% -
XYZ 26.5 13.37 49.33 -
YUV 91.46 183.05 184.73 -
System Red Green Blue C M Y K H S L
Decimal 171 32 189 0.10 0.83 0 0.26 293.12 0.71 0.43
Hex AB 20 BD A 53 0 1A 125 47 2B
Octal 253 40 275 12 123 0 32 445 107 53
Binary 10101011 100000 10111101 1010 1010011 0 11010 100100101 1000111 101011

Color Harmonies of #AB20BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20BD

Black with #AB20BD

Text Example


Text Example

White with #AB20BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20BD; }

 p { color: rgb(171,32,189); }

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

background-color css

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

 a { background-color: rgb(171,32,189); }

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

border-color css

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

 span { border-color: rgb(171,32,189); }

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