Html Css Color HEX #AB3DEC Dark Orchid

📋 copy color: '#AB3DEC'

red 171 ◦ green 61 ◦ blue 236

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

Shades of Dark Orchid #AB3DEC

Tints of Dark Orchid #AB3DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.03%

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

R = 36.54%
G = 13.03%
B = 50.43%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB3DEC (or 0xAB3DEC) is known color: Dark Orchid. HEX triplet: AB, 3D and EC. RGB value is (171,61,236). Sum of RGB (Red+Green+Blue) = 171+61+236=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 61 (24.22% from 255 or 13.03% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB3DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3DEC is #54C213. Grayscale: #717171. Windows color (decimal): -5554708 or 15482283. OLE color: 15482283.

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

Color convert

RGB 171 61 236 -
CMYK 0.28 0.74 0 0.07
HSL 277.71º 0.82% 0.58% -
HSV(B) 277.71º 0.74% 0.93% -
XYZ 33.6 18.05 81.07 -
YUV 113.84 196.94 168.77 -
System Red Green Blue C M Y K H S L
Decimal 171 61 236 0.28 0.74 0 0.07 277.71 0.82 0.58
Hex AB 3D EC 1C 4A 0 7 116 52 3A
Octal 253 75 354 34 112 0 7 426 122 72
Binary 10101011 111101 11101100 11100 1001010 0 111 100010110 1010010 111010

Color Harmonies of #AB3DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3DEC

Black with #AB3DEC

Text Example


Text Example

White with #AB3DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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