Html Css Color HEX #AB5CDD Medium Orchid

📋 copy color: '#AB5CDD'

red 171 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #AB5CDD

Tints of Medium Orchid #AB5CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 35.33%
G = 19.01%
B = 45.66%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB5CDD (or 0xAB5CDD) is known color: Medium Orchid. HEX triplet: AB, 5C and DD. RGB value is (171,92,221). Sum of RGB (Red+Green+Blue) = 171+92+221=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB5CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CDD is #54A322. Grayscale: #818181. Windows color (decimal): -5546787 or 14507179. OLE color: 14507179.

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

Color convert

RGB 171 92 221 -
CMYK 0.23 0.58 0 0.13
HSL 276.74º 0.65% 0.61% -
HSV(B) 276.74º 0.58% 0.87% -
XYZ 33.67 21.53 70.79 -
YUV 130.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 171 92 221 0.23 0.58 0 0.13 276.74 0.65 0.61
Hex AB 5C DD 17 3A 0 D 115 41 3D
Octal 253 134 335 27 72 0 15 425 101 75
Binary 10101011 1011100 11011101 10111 111010 0 1101 100010101 1000001 111101

Color Harmonies of #AB5CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5CDD

Black with #AB5CDD

Text Example


Text Example

White with #AB5CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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