Html Css Color HEX #AB5CDA Medium Orchid

📋 copy color: '#AB5CDA'

red 171 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #AB5CDA

Tints of Medium Orchid #AB5CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.13%

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

R = 35.55%
G = 19.13%
B = 45.32%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB5CDA (or 0xAB5CDA) is known color: Medium Orchid. HEX triplet: AB, 5C and DA. RGB value is (171,92,218). Sum of RGB (Red+Green+Blue) = 171+92+218=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB5CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CDA is #54A325. Grayscale: #818181. Windows color (decimal): -5546790 or 14310571. OLE color: 14310571.

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

Color convert

RGB 171 92 218 -
CMYK 0.22 0.58 0 0.15
HSL 277.62º 0.63% 0.61% -
HSV(B) 277.62º 0.58% 0.85% -
XYZ 33.28 21.37 68.7 -
YUV 129.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 171 92 218 0.22 0.58 0 0.15 277.62 0.63 0.61
Hex AB 5C DA 16 3A 0 F 116 3F 3D
Octal 253 134 332 26 72 0 17 426 77 75
Binary 10101011 1011100 11011010 10110 111010 0 1111 100010110 111111 111101

Color Harmonies of #AB5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5CDA

Black with #AB5CDA

Text Example


Text Example

White with #AB5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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