Html Css Color HEX #AB5DDA Medium Orchid

📋 copy color: '#AB5DDA'

red 171 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #AB5DDA

Tints of Medium Orchid #AB5DDA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.29%

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 35.48%
G = 19.29%
B = 45.23%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB5DDA (or 0xAB5DDA) is known color: Medium Orchid. HEX triplet: AB, 5D and DA. RGB value is (171,93,218). Sum of RGB (Red+Green+Blue) = 171+93+218=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB5DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DDA is #54A225. Grayscale: #828282. Windows color (decimal): -5546534 or 14310827. OLE color: 14310827.

HSL color Cylindrical-coordinate representation of color #AB5DDA: hue angle of 277.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB5DDA is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 93 218 -
CMYK 0.22 0.57 0 0.15
HSL 277.44º 0.63% 0.61% -
HSV(B) 277.44º 0.57% 0.85% -
XYZ 33.36 21.55 68.73 -
YUV 130.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 171 93 218 0.22 0.57 0 0.15 277.44 0.63 0.61
Hex AB 5D DA 16 39 0 F 115 3F 3D
Octal 253 135 332 26 71 0 17 425 77 75
Binary 10101011 1011101 11011010 10110 111001 0 1111 100010101 111111 111101

Color Harmonies of #AB5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5DDA

Black with #AB5DDA

Text Example


Text Example

White with #AB5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5DDA; }

 p { color: rgb(171,93,218); }

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

background-color css

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

 a { background-color: rgb(171,93,218); }

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

border-color css

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

 span { border-color: rgb(171,93,218); }

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