Html Css Color HEX #AB38EC Dark Orchid

📋 copy color: '#AB38EC'

red 171 ◦ green 56 ◦ blue 236

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

Shades of Dark Orchid #AB38EC

Tints of Dark Orchid #AB38EC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.1%

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

R = 36.93%
G = 12.1%
B = 50.97%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB38EC (or 0xAB38EC) is known color: Dark Orchid. HEX triplet: AB, 38 and EC. RGB value is (171,56,236). Sum of RGB (Red+Green+Blue) = 171+56+236=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 56 (22.27% from 255 or 12.10% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB38EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB38EC is #54C713. Grayscale: #6E6E6E. Windows color (decimal): -5555988 or 15481003. OLE color: 15481003.

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

Color convert

RGB 171 56 236 -
CMYK 0.28 0.76 0 0.07
HSL 278.33º 0.83% 0.57% -
HSV(B) 278.33º 0.76% 0.93% -
XYZ 33.35 17.54 80.99 -
YUV 110.91 198.6 170.86 -
System Red Green Blue C M Y K H S L
Decimal 171 56 236 0.28 0.76 0 0.07 278.33 0.83 0.57
Hex AB 38 EC 1C 4C 0 7 116 53 39
Octal 253 70 354 34 114 0 7 426 123 71
Binary 10101011 111000 11101100 11100 1001100 0 111 100010110 1010011 111001

Color Harmonies of #AB38EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB38EC

Black with #AB38EC

Text Example


Text Example

White with #AB38EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB38EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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