Html Css Color HEX #AB2FD8 Dark Orchid

📋 copy color: '#AB2FD8'

red 171 ◦ green 47 ◦ blue 216

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

Shades of Dark Orchid #AB2FD8

Tints of Dark Orchid #AB2FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.77%

R = 39.4%
G = 10.83%
B = 49.77%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB2FD8 (or 0xAB2FD8) is known color: Dark Orchid. HEX triplet: AB, 2F and D8. RGB value is (171,47,216). Sum of RGB (Red+Green+Blue) = 171+47+216=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB2FD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2FD8 is #54D027. Grayscale: #666666. Windows color (decimal): -5558312 or 14167979. OLE color: 14167979.

HSL color Cylindrical-coordinate representation of color #AB2FD8: hue angle of 284.02º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2FD8 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 47 216 -
CMYK 0.21 0.78 0 0.15
HSL 284.02º 0.68% 0.52% -
HSV(B) 284.02º 0.78% 0.85% -
XYZ 30.21 15.65 66.39 -
YUV 103.34 191.58 176.26 -
System Red Green Blue C M Y K H S L
Decimal 171 47 216 0.21 0.78 0 0.15 284.02 0.68 0.52
Hex AB 2F D8 15 4E 0 F 11C 44 34
Octal 253 57 330 25 116 0 17 434 104 64
Binary 10101011 101111 11011000 10101 1001110 0 1111 100011100 1000100 110100

Color Harmonies of #AB2FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2FD8

Black with #AB2FD8

Text Example


Text Example

White with #AB2FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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