Html Css Color HEX #AB3FEC Dark Orchid

📋 copy color: '#AB3FEC'

red 171 ◦ green 63 ◦ blue 236

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

Shades of Dark Orchid #AB3FEC

Tints of Dark Orchid #AB3FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 36.38%
G = 13.4%
B = 50.21%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB3FEC (or 0xAB3FEC) is known color: Dark Orchid. HEX triplet: AB, 3F and EC. RGB value is (171,63,236). Sum of RGB (Red+Green+Blue) = 171+63+236=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB3FEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3FEC is #54C013. Grayscale: #727272. Windows color (decimal): -5554196 or 15482795. OLE color: 15482795.

HSL color Cylindrical-coordinate representation of color #AB3FEC: hue angle of 277.46º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB3FEC is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 63 236 -
CMYK 0.28 0.73 0 0.07
HSL 277.46º 0.82% 0.59% -
HSV(B) 277.46º 0.73% 0.93% -
XYZ 33.71 18.27 81.11 -
YUV 115.01 196.28 167.93 -
System Red Green Blue C M Y K H S L
Decimal 171 63 236 0.28 0.73 0 0.07 277.46 0.82 0.59
Hex AB 3F EC 1C 49 0 7 115 52 3B
Octal 253 77 354 34 111 0 7 425 122 73
Binary 10101011 111111 11101100 11100 1001001 0 111 100010101 1010010 111011

Color Harmonies of #AB3FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3FEC

Black with #AB3FEC

Text Example


Text Example

White with #AB3FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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