Html Css Color HEX #AB3FEB Dark Orchid

📋 copy color: '#AB3FEB'

red 171 ◦ green 63 ◦ blue 235

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

Shades of Dark Orchid #AB3FEB

Tints of Dark Orchid #AB3FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 36.46%
G = 13.43%
B = 50.11%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB3FEB (or 0xAB3FEB) is known color: Dark Orchid. HEX triplet: AB, 3F and EB. RGB value is (171,63,235). Sum of RGB (Red+Green+Blue) = 171+63+235=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB3FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3FEB is #54C014. Grayscale: #727272. Windows color (decimal): -5554197 or 15417259. OLE color: 15417259.

HSL color Cylindrical-coordinate representation of color #AB3FEB: hue angle of 277.67º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB3FEB is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 63 235 -
CMYK 0.27 0.73 0 0.08
HSL 277.67º 0.81% 0.58% -
HSV(B) 277.67º 0.73% 0.92% -
XYZ 33.57 18.21 80.34 -
YUV 114.9 195.78 168.01 -
System Red Green Blue C M Y K H S L
Decimal 171 63 235 0.27 0.73 0 0.08 277.67 0.81 0.58
Hex AB 3F EB 1B 49 0 8 116 51 3A
Octal 253 77 353 33 111 0 10 426 121 72
Binary 10101011 111111 11101011 11011 1001001 0 1000 100010110 1010001 111010

Color Harmonies of #AB3FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3FEB

Black with #AB3FEB

Text Example


Text Example

White with #AB3FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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