Html Css Color HEX #AB3ED8 Dark Orchid

📋 copy color: '#AB3ED8'

red 171 ◦ green 62 ◦ blue 216

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

Shades of Dark Orchid #AB3ED8

Tints of Dark Orchid #AB3ED8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.81%

 BLUE value IS 216 (84.77% from 255) = 48.11%

R = 38.08%
G = 13.81%
B = 48.11%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB3ED8 (or 0xAB3ED8) is known color: Dark Orchid. HEX triplet: AB, 3E and D8. RGB value is (171,62,216). Sum of RGB (Red+Green+Blue) = 171+62+216=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB3ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3ED8 is #54C127. Grayscale: #6F6F6F. Windows color (decimal): -5554472 or 14171819. OLE color: 14171819.

HSL color Cylindrical-coordinate representation of color #AB3ED8: hue angle of 282.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3ED8 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 62 216 -
CMYK 0.21 0.71 0 0.15
HSL 282.47º 0.66% 0.55% -
HSV(B) 282.47º 0.71% 0.85% -
XYZ 30.91 17.06 66.63 -
YUV 112.15 186.61 169.98 -
System Red Green Blue C M Y K H S L
Decimal 171 62 216 0.21 0.71 0 0.15 282.47 0.66 0.55
Hex AB 3E D8 15 47 0 F 11A 42 37
Octal 253 76 330 25 107 0 17 432 102 67
Binary 10101011 111110 11011000 10101 1000111 0 1111 100011010 1000010 110111

Color Harmonies of #AB3ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3ED8

Black with #AB3ED8

Text Example


Text Example

White with #AB3ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3ED8; }

 p { color: rgb(171,62,216); }

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

background-color css

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

 a { background-color: rgb(171,62,216); }

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

border-color css

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

 span { border-color: rgb(171,62,216); }

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