Html Css Color HEX #AB21B7 Dark Orchid

📋 copy color: '#AB21B7'

red 171 ◦ green 33 ◦ blue 183

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

Shades of Dark Orchid #AB21B7

Tints of Dark Orchid #AB21B7

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.53%

 BLUE value IS 183 (71.88% from 255) = 47.29%

R = 44.19%
G = 8.53%
B = 47.29%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AB21B7 (or 0xAB21B7) is known color: Dark Orchid. HEX triplet: AB, 21 and B7. RGB value is (171,33,183). Sum of RGB (Red+Green+Blue) = 171+33+183=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 183 (71.88% from 255 or 47.29% from 387); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB21B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21B7 is #54DE48. Grayscale: #5A5A5A. Windows color (decimal): -5561929 or 12001707. OLE color: 12001707.

HSL color Cylindrical-coordinate representation of color #AB21B7: hue angle of 295.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB21B7 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 33 183 -
CMYK 0.07 0.82 0 0.28
HSL 295.2º 0.69% 0.42% -
HSV(B) 295.2º 0.82% 0.72% -
XYZ 25.89 13.16 45.98 -
YUV 91.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 171 33 183 0.07 0.82 0 0.28 295.2 0.69 0.42
Hex AB 21 B7 7 52 0 1C 127 45 2A
Octal 253 41 267 7 122 0 34 447 105 52
Binary 10101011 100001 10110111 111 1010010 0 11100 100100111 1000101 101010

Color Harmonies of #AB21B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB21B7

Black with #AB21B7

Text Example


Text Example

White with #AB21B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB21B7; }

 p { color: rgb(171,33,183); }

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

background-color css

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

 a { background-color: rgb(171,33,183); }

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

border-color css

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

 span { border-color: rgb(171,33,183); }

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