Html Css Color HEX #AB21BE Dark Orchid

📋 copy color: '#AB21BE'

red 171 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #AB21BE

Tints of Dark Orchid #AB21BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 43.4%
G = 8.38%
B = 48.22%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB21BE (or 0xAB21BE) is known color: Dark Orchid. HEX triplet: AB, 21 and BE. RGB value is (171,33,190). Sum of RGB (Red+Green+Blue) = 171+33+190=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB21BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB21BE is #54DE41. Grayscale: #5B5B5B. Windows color (decimal): -5561922 or 12460459. OLE color: 12460459.

HSL color Cylindrical-coordinate representation of color #AB21BE: hue angle of 292.74º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB21BE is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 33 190 -
CMYK 0.10 0.83 0 0.25
HSL 292.74º 0.7% 0.44% -
HSV(B) 292.74º 0.83% 0.75% -
XYZ 26.63 13.46 49.91 -
YUV 92.16 183.22 184.23 -
System Red Green Blue C M Y K H S L
Decimal 171 33 190 0.10 0.83 0 0.25 292.74 0.7 0.44
Hex AB 21 BE A 53 0 19 125 46 2C
Octal 253 41 276 12 123 0 31 445 106 54
Binary 10101011 100001 10111110 1010 1010011 0 11001 100100101 1000110 101100

Color Harmonies of #AB21BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB21BE

Black with #AB21BE

Text Example


Text Example

White with #AB21BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB21BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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