Html Css Color HEX #AB3AED Dark Orchid

📋 copy color: '#AB3AED'

red 171 ◦ green 58 ◦ blue 237

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

Shades of Dark Orchid #AB3AED

Tints of Dark Orchid #AB3AED

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.45%

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 36.7%
G = 12.45%
B = 50.86%

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

#AB3AED (or 0xAB3AED) is known color: Dark Orchid. HEX triplet: AB, 3A and ED. RGB value is (171,58,237). Sum of RGB (Red+Green+Blue) = 171+58+237=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB3AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB3AED is #54C512. Grayscale: #6F6F6F. Windows color (decimal): -5555475 or 15547051. OLE color: 15547051.

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

Color convert

RGB 171 58 237 -
CMYK 0.28 0.76 0 0.07
HSL 277.88º 0.83% 0.58% -
HSV(B) 277.88º 0.76% 0.93% -
XYZ 33.59 17.8 81.79 -
YUV 112.19 198.44 169.95 -
System Red Green Blue C M Y K H S L
Decimal 171 58 237 0.28 0.76 0 0.07 277.88 0.83 0.58
Hex AB 3A ED 1C 4C 0 7 116 53 3A
Octal 253 72 355 34 114 0 7 426 123 72
Binary 10101011 111010 11101101 11100 1001100 0 111 100010110 1010011 111010

Color Harmonies of #AB3AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3AED

Black with #AB3AED

Text Example


Text Example

White with #AB3AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3AED; }

 p { color: rgb(171,58,237); }

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

background-color css

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

 a { background-color: rgb(171,58,237); }

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

border-color css

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

 span { border-color: rgb(171,58,237); }

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