Html Css Color HEX #AB5FDF Medium Orchid

📋 copy color: '#AB5FDF'

red 171 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #AB5FDF

Tints of Medium Orchid #AB5FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.43%

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 34.97%
G = 19.43%
B = 45.6%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB5FDF (or 0xAB5FDF) is known color: Medium Orchid. HEX triplet: AB, 5F and DF. RGB value is (171,95,223). Sum of RGB (Red+Green+Blue) = 171+95+223=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB5FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FDF is #54A020. Grayscale: #838383. Windows color (decimal): -5546017 or 14639019. OLE color: 14639019.

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

Color convert

RGB 171 95 223 -
CMYK 0.23 0.57 0 0.13
HSL 275.63º 0.67% 0.62% -
HSV(B) 275.63º 0.57% 0.87% -
XYZ 34.21 22.17 72.29 -
YUV 132.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 171 95 223 0.23 0.57 0 0.13 275.63 0.67 0.62
Hex AB 5F DF 17 39 0 D 114 43 3E
Octal 253 137 337 27 71 0 15 424 103 76
Binary 10101011 1011111 11011111 10111 111001 0 1101 100010100 1000011 111110

Color Harmonies of #AB5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5FDF

Black with #AB5FDF

Text Example


Text Example

White with #AB5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5FDF; }

 p { color: rgb(171,95,223); }

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

background-color css

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

 a { background-color: rgb(171,95,223); }

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

border-color css

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

 span { border-color: rgb(171,95,223); }

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