Html Css Color HEX #AB4AFD Medium Orchid

📋 copy color: '#AB4AFD'

red 171 ◦ green 74 ◦ blue 253

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

Shades of Medium Orchid #AB4AFD

Tints of Medium Orchid #AB4AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.86%

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

R = 34.34%
G = 14.86%
B = 50.8%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB4AFD (or 0xAB4AFD) is known color: Medium Orchid. HEX triplet: AB, 4A and FD. RGB value is (171,74,253). Sum of RGB (Red+Green+Blue) = 171+74+253=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 74 (29.30% from 255 or 14.86% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB4AFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4AFD is #54B502. Grayscale: #7A7A7A. Windows color (decimal): -5551363 or 16599723. OLE color: 16599723.

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

Color convert

RGB 171 74 253 -
CMYK 0.32 0.71 0 0.01
HSL 272.51º 0.98% 0.64% -
HSV(B) 272.51º 0.71% 0.99% -
XYZ 36.97 20.65 94.97 -
YUV 123.41 201.14 161.95 -
System Red Green Blue C M Y K H S L
Decimal 171 74 253 0.32 0.71 0 0.01 272.51 0.98 0.64
Hex AB 4A FD 20 47 0 1 111 62 40
Octal 253 112 375 40 107 0 1 421 142 100
Binary 10101011 1001010 11111101 100000 1000111 0 1 100010001 1100010 1000000

Color Harmonies of #AB4AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AFD

Black with #AB4AFD

Text Example


Text Example

White with #AB4AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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