Html Css Color HEX #AB2FCD Dark Orchid

📋 copy color: '#AB2FCD'

red 171 ◦ green 47 ◦ blue 205

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

Shades of Dark Orchid #AB2FCD

Tints of Dark Orchid #AB2FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 40.43%
G = 11.11%
B = 48.46%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB2FCD (or 0xAB2FCD) is known color: Dark Orchid. HEX triplet: AB, 2F and CD. RGB value is (171,47,205). Sum of RGB (Red+Green+Blue) = 171+47+205=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB2FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2FCD is #54D032. Grayscale: #656565. Windows color (decimal): -5558323 or 13447083. OLE color: 13447083.

HSL color Cylindrical-coordinate representation of color #AB2FCD: hue angle of 287.09º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2FCD is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 47 205 -
CMYK 0.17 0.77 0 0.20
HSL 287.09º 0.63% 0.49% -
HSV(B) 287.09º 0.77% 0.8% -
XYZ 28.83 15.1 59.15 -
YUV 102.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 171 47 205 0.17 0.77 0 0.20 287.09 0.63 0.49
Hex AB 2F CD 11 4D 0 14 11F 3F 31
Octal 253 57 315 21 115 0 24 437 77 61
Binary 10101011 101111 11001101 10001 1001101 0 10100 100011111 111111 110001

Color Harmonies of #AB2FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2FCD

Black with #AB2FCD

Text Example


Text Example

White with #AB2FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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