Html Css Color HEX #AB3FCD Dark Orchid

📋 copy color: '#AB3FCD'

red 171 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #AB3FCD

Tints of Dark Orchid #AB3FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 14.35%

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

R = 38.95%
G = 14.35%
B = 46.7%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB3FCD (or 0xAB3FCD) is known color: Dark Orchid. HEX triplet: AB, 3F and CD. RGB value is (171,63,205). Sum of RGB (Red+Green+Blue) = 171+63+205=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB3FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3FCD is #54C032. Grayscale: #6F6F6F. Windows color (decimal): -5554227 or 13451179. OLE color: 13451179.

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

Color convert

RGB 171 63 205 -
CMYK 0.17 0.69 0 0.20
HSL 285.63º 0.59% 0.53% -
HSV(B) 285.63º 0.69% 0.8% -
XYZ 29.59 16.62 59.41 -
YUV 111.48 180.78 170.45 -
System Red Green Blue C M Y K H S L
Decimal 171 63 205 0.17 0.69 0 0.20 285.63 0.59 0.53
Hex AB 3F CD 11 45 0 14 11E 3B 35
Octal 253 77 315 21 105 0 24 436 73 65
Binary 10101011 111111 11001101 10001 1000101 0 10100 100011110 111011 110101

Color Harmonies of #AB3FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3FCD

Black with #AB3FCD

Text Example


Text Example

White with #AB3FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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