Html Css Color HEX #AB4DFD Medium Orchid

📋 copy color: '#AB4DFD'

red 171 ◦ green 77 ◦ blue 253

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

Shades of Medium Orchid #AB4DFD

Tints of Medium Orchid #AB4DFD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.37%

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 34.13%
G = 15.37%
B = 50.5%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB4DFD (or 0xAB4DFD) is known color: Medium Orchid. HEX triplet: AB, 4D and FD. RGB value is (171,77,253). Sum of RGB (Red+Green+Blue) = 171+77+253=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB4DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4DFD is #54B202. Grayscale: #7C7C7C. Windows color (decimal): -5550595 or 16600491. OLE color: 16600491.

HSL color Cylindrical-coordinate representation of color #AB4DFD: hue angle of 272.05º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB4DFD is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 77 253 -
CMYK 0.32 0.70 0 0.01
HSL 272.05º 0.98% 0.65% -
HSV(B) 272.05º 0.7% 0.99% -
XYZ 37.18 21.06 95.03 -
YUV 125.17 200.14 160.69 -
System Red Green Blue C M Y K H S L
Decimal 171 77 253 0.32 0.70 0 0.01 272.05 0.98 0.65
Hex AB 4D FD 20 46 0 1 110 62 41
Octal 253 115 375 40 106 0 1 420 142 101
Binary 10101011 1001101 11111101 100000 1000110 0 1 100010000 1100010 1000001

Color Harmonies of #AB4DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DFD

Black with #AB4DFD

Text Example


Text Example

White with #AB4DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DFD; }

 p { color: rgb(171,77,253); }

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

background-color css

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

 a { background-color: rgb(171,77,253); }

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

border-color css

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

 span { border-color: rgb(171,77,253); }

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