Html Css Color HEX #AB53FD Medium Orchid

📋 copy color: '#AB53FD'

red 171 ◦ green 83 ◦ blue 253

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

Shades of Medium Orchid #AB53FD

Tints of Medium Orchid #AB53FD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.37%

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

R = 33.73%
G = 16.37%
B = 49.9%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB53FD (or 0xAB53FD) is known color: Medium Orchid. HEX triplet: AB, 53 and FD. RGB value is (171,83,253). Sum of RGB (Red+Green+Blue) = 171+83+253=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB53FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB53FD is #54AC02. Grayscale: #808080. Windows color (decimal): -5549059 or 16602027. OLE color: 16602027.

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

Color convert

RGB 171 83 253 -
CMYK 0.32 0.67 0 0.01
HSL 271.06º 0.98% 0.66% -
HSV(B) 271.06º 0.67% 0.99% -
XYZ 37.62 21.94 95.18 -
YUV 128.69 198.15 158.18 -
System Red Green Blue C M Y K H S L
Decimal 171 83 253 0.32 0.67 0 0.01 271.06 0.98 0.66
Hex AB 53 FD 20 43 0 1 10F 62 42
Octal 253 123 375 40 103 0 1 417 142 102
Binary 10101011 1010011 11111101 100000 1000011 0 1 100001111 1100010 1000010

Color Harmonies of #AB53FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB53FD

Black with #AB53FD

Text Example


Text Example

White with #AB53FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB53FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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