Html Css Color HEX #AB5CCD Medium Orchid

📋 copy color: '#AB5CCD'

red 171 ◦ green 92 ◦ blue 205

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

Shades of Medium Orchid #AB5CCD

Tints of Medium Orchid #AB5CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 36.54%
G = 19.66%
B = 43.8%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB5CCD (or 0xAB5CCD) is known color: Medium Orchid. HEX triplet: AB, 5C and CD. RGB value is (171,92,205). Sum of RGB (Red+Green+Blue) = 171+92+205=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB5CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CCD is #54A332. Grayscale: #808080. Windows color (decimal): -5546803 or 13458603. OLE color: 13458603.

HSL color Cylindrical-coordinate representation of color #AB5CCD: hue angle of 281.95º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB5CCD is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 92 205 -
CMYK 0.17 0.55 0 0.20
HSL 281.95º 0.53% 0.58% -
HSV(B) 281.95º 0.55% 0.8% -
XYZ 31.64 20.72 60.09 -
YUV 128.5 171.17 158.31 -
System Red Green Blue C M Y K H S L
Decimal 171 92 205 0.17 0.55 0 0.20 281.95 0.53 0.58
Hex AB 5C CD 11 37 0 14 11A 35 3A
Octal 253 134 315 21 67 0 24 432 65 72
Binary 10101011 1011100 11001101 10001 110111 0 10100 100011010 110101 111010

Color Harmonies of #AB5CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5CCD

Black with #AB5CCD

Text Example


Text Example

White with #AB5CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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