Html Css Color HEX #AB4BFA Medium Orchid

📋 copy color: '#AB4BFA'

red 171 ◦ green 75 ◦ blue 250

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

Shades of Medium Orchid #AB4BFA

Tints of Medium Orchid #AB4BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.4%

R = 34.48%
G = 15.12%
B = 50.4%

CMYK

 C value IS 0.32

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB4BFA (or 0xAB4BFA) is known color: Medium Orchid. HEX triplet: AB, 4B and FA. RGB value is (171,75,250). Sum of RGB (Red+Green+Blue) = 171+75+250=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB4BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4BFA is #54B405. Grayscale: #7B7B7B. Windows color (decimal): -5551110 or 16403371. OLE color: 16403371.

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

Color convert

RGB 171 75 250 -
CMYK 0.32 0.7 0 0.02
HSL 272.91º 0.95% 0.64% -
HSV(B) 272.91º 0.7% 0.98% -
XYZ 36.57 20.59 92.49 -
YUV 123.65 199.3 161.77 -
System Red Green Blue C M Y K H S L
Decimal 171 75 250 0.32 0.7 0 0.02 272.91 0.95 0.64
Hex AB 4B FA 20 46 0 2 111 5F 40
Octal 253 113 372 40 106 0 2 421 137 100
Binary 10101011 1001011 11111010 100000 1000110 0 10 100010001 1011111 1000000

Color Harmonies of #AB4BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BFA

Black with #AB4BFA

Text Example


Text Example

White with #AB4BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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