Html Css Color HEX #AB4ADE Medium Orchid

📋 copy color: '#AB4ADE'

red 171 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #AB4ADE

Tints of Medium Orchid #AB4ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.85%

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

R = 36.62%
G = 15.85%
B = 47.54%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB4ADE (or 0xAB4ADE) is known color: Medium Orchid. HEX triplet: AB, 4A and DE. RGB value is (171,74,222). Sum of RGB (Red+Green+Blue) = 171+74+222=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB4ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4ADE is #54B521. Grayscale: #777777. Windows color (decimal): -5551394 or 14568107. OLE color: 14568107.

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

Color convert

RGB 171 74 222 -
CMYK 0.23 0.67 0 0.13
HSL 279.32º 0.69% 0.58% -
HSV(B) 279.32º 0.67% 0.87% -
XYZ 32.43 18.83 71.03 -
YUV 119.88 185.64 164.47 -
System Red Green Blue C M Y K H S L
Decimal 171 74 222 0.23 0.67 0 0.13 279.32 0.69 0.58
Hex AB 4A DE 17 43 0 D 117 45 3A
Octal 253 112 336 27 103 0 15 427 105 72
Binary 10101011 1001010 11011110 10111 1000011 0 1101 100010111 1000101 111010

Color Harmonies of #AB4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4ADE

Black with #AB4ADE

Text Example


Text Example

White with #AB4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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