Html Css Color HEX #AB4BDE Medium Orchid

📋 copy color: '#AB4BDE'

red 171 ◦ green 75 ◦ blue 222

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

Shades of Medium Orchid #AB4BDE

Tints of Medium Orchid #AB4BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.03%

 BLUE value IS 222 (87.11% from 255) = 47.44%

R = 36.54%
G = 16.03%
B = 47.44%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB4BDE (or 0xAB4BDE) is known color: Medium Orchid. HEX triplet: AB, 4B and DE. RGB value is (171,75,222). Sum of RGB (Red+Green+Blue) = 171+75+222=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB4BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BDE is #54B421. Grayscale: #777777. Windows color (decimal): -5551138 or 14568363. OLE color: 14568363.

HSL color Cylindrical-coordinate representation of color #AB4BDE: hue angle of 279.18º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4BDE is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 75 222 -
CMYK 0.23 0.66 0 0.13
HSL 279.18º 0.69% 0.58% -
HSV(B) 279.18º 0.66% 0.87% -
XYZ 32.5 18.96 71.05 -
YUV 120.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 171 75 222 0.23 0.66 0 0.13 279.18 0.69 0.58
Hex AB 4B DE 17 42 0 D 117 45 3A
Octal 253 113 336 27 102 0 15 427 105 72
Binary 10101011 1001011 11011110 10111 1000010 0 1101 100010111 1000101 111010

Color Harmonies of #AB4BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BDE

Black with #AB4BDE

Text Example


Text Example

White with #AB4BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BDE; }

 p { color: rgb(171,75,222); }

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

background-color css

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

 a { background-color: rgb(171,75,222); }

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

border-color css

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

 span { border-color: rgb(171,75,222); }

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