Html Css Color HEX #AB20BC Dark Orchid

📋 copy color: '#AB20BC'

red 171 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #AB20BC

Tints of Dark Orchid #AB20BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 43.73%
G = 8.18%
B = 48.08%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB20BC (or 0xAB20BC) is known color: Dark Orchid. HEX triplet: AB, 20 and BC. RGB value is (171,32,188). Sum of RGB (Red+Green+Blue) = 171+32+188=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB20BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB20BC is #54DF43. Grayscale: #5A5A5A. Windows color (decimal): -5562180 or 12329131. OLE color: 12329131.

HSL color Cylindrical-coordinate representation of color #AB20BC: hue angle of 293.46º 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 #AB20BC is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 32 188 -
CMYK 0.09 0.83 0 0.26
HSL 293.46º 0.71% 0.43% -
HSV(B) 293.46º 0.83% 0.74% -
XYZ 26.39 13.32 48.76 -
YUV 91.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 171 32 188 0.09 0.83 0 0.26 293.46 0.71 0.43
Hex AB 20 BC 9 53 0 1A 125 47 2B
Octal 253 40 274 11 123 0 32 445 107 53
Binary 10101011 100000 10111100 1001 1010011 0 11010 100100101 1000111 101011

Color Harmonies of #AB20BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB20BC

Black with #AB20BC

Text Example


Text Example

White with #AB20BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB20BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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