Html Css Color HEX #AB53FC Medium Orchid

📋 copy color: '#AB53FC'

red 171 ◦ green 83 ◦ blue 252

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

Shades of Medium Orchid #AB53FC

Tints of Medium Orchid #AB53FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 33.79%
G = 16.4%
B = 49.8%

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

#AB53FC (or 0xAB53FC) is known color: Medium Orchid. HEX triplet: AB, 53 and FC. RGB value is (171,83,252). Sum of RGB (Red+Green+Blue) = 171+83+252=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB53FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB53FC is #54AC03. Grayscale: #7F7F7F. Windows color (decimal): -5549060 or 16536491. OLE color: 16536491.

HSL color Cylindrical-coordinate representation of color #AB53FC: hue angle of 271.24º degrees, saturation: 0.97, 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 #AB53FC is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 83 252 -
CMYK 0.32 0.67 0 0.01
HSL 271.24º 0.97% 0.66% -
HSV(B) 271.24º 0.67% 0.99% -
XYZ 37.46 21.87 94.34 -
YUV 128.58 197.65 158.26 -
System Red Green Blue C M Y K H S L
Decimal 171 83 252 0.32 0.67 0 0.01 271.24 0.97 0.66
Hex AB 53 FC 20 43 0 1 10F 61 42
Octal 253 123 374 40 103 0 1 417 141 102
Binary 10101011 1010011 11111100 100000 1000011 0 1 100001111 1100001 1000010

Color Harmonies of #AB53FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB53FC

Black with #AB53FC

Text Example


Text Example

White with #AB53FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB53FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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