Html Css Color HEX #AB2FDE Dark Orchid

📋 copy color: '#AB2FDE'

red 171 ◦ green 47 ◦ blue 222

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

Shades of Dark Orchid #AB2FDE

Tints of Dark Orchid #AB2FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.68%

 BLUE value IS 222 (87.11% from 255) = 50.45%

R = 38.86%
G = 10.68%
B = 50.45%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB2FDE (or 0xAB2FDE) is known color: Dark Orchid. HEX triplet: AB, 2F and DE. RGB value is (171,47,222). Sum of RGB (Red+Green+Blue) = 171+47+222=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB2FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2FDE is #54D021. Grayscale: #676767. Windows color (decimal): -5558306 or 14561195. OLE color: 14561195.

HSL color Cylindrical-coordinate representation of color #AB2FDE: hue angle of 282.51º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2FDE is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 47 222 -
CMYK 0.23 0.79 0 0.13
HSL 282.51º 0.73% 0.53% -
HSV(B) 282.51º 0.79% 0.87% -
XYZ 31 15.96 70.56 -
YUV 104.03 194.58 175.77 -
System Red Green Blue C M Y K H S L
Decimal 171 47 222 0.23 0.79 0 0.13 282.51 0.73 0.53
Hex AB 2F DE 17 4F 0 D 11B 49 35
Octal 253 57 336 27 117 0 15 433 111 65
Binary 10101011 101111 11011110 10111 1001111 0 1101 100011011 1001001 110101

Color Harmonies of #AB2FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2FDE

Black with #AB2FDE

Text Example


Text Example

White with #AB2FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2FDE; }

 p { color: rgb(171,47,222); }

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

background-color css

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

 a { background-color: rgb(171,47,222); }

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

border-color css

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

 span { border-color: rgb(171,47,222); }

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