Html Css Color HEX #AB4BFD Medium Orchid

📋 copy color: '#AB4BFD'

red 171 ◦ green 75 ◦ blue 253

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

Shades of Medium Orchid #AB4BFD

Tints of Medium Orchid #AB4BFD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.03%

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

R = 34.27%
G = 15.03%
B = 50.7%

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

#AB4BFD (or 0xAB4BFD) is known color: Medium Orchid. HEX triplet: AB, 4B and FD. RGB value is (171,75,253). Sum of RGB (Red+Green+Blue) = 171+75+253=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB4BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4BFD is #54B402. Grayscale: #7B7B7B. Windows color (decimal): -5551107 or 16599979. OLE color: 16599979.

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

Color convert

RGB 171 75 253 -
CMYK 0.32 0.70 0 0.01
HSL 272.36º 0.98% 0.64% -
HSV(B) 272.36º 0.7% 0.99% -
XYZ 37.04 20.78 94.99 -
YUV 124 200.8 161.53 -
System Red Green Blue C M Y K H S L
Decimal 171 75 253 0.32 0.70 0 0.01 272.36 0.98 0.64
Hex AB 4B FD 20 46 0 1 110 62 40
Octal 253 113 375 40 106 0 1 420 142 100
Binary 10101011 1001011 11111101 100000 1000110 0 1 100010000 1100010 1000000

Color Harmonies of #AB4BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BFD

Black with #AB4BFD

Text Example


Text Example

White with #AB4BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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