Html Css Color HEX #AB4AFB Medium Orchid

📋 copy color: '#AB4AFB'

red 171 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #AB4AFB

Tints of Medium Orchid #AB4AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.6%

R = 34.48%
G = 14.92%
B = 50.6%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB4AFB (or 0xAB4AFB) is known color: Medium Orchid. HEX triplet: AB, 4A and FB. RGB value is (171,74,251). Sum of RGB (Red+Green+Blue) = 171+74+251=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB4AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4AFB is #54B504. Grayscale: #7A7A7A. Windows color (decimal): -5551365 or 16468651. OLE color: 16468651.

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

Color convert

RGB 171 74 251 -
CMYK 0.32 0.71 0 0.02
HSL 272.88º 0.96% 0.64% -
HSV(B) 272.88º 0.71% 0.98% -
XYZ 36.66 20.52 93.3 -
YUV 123.18 200.14 162.11 -
System Red Green Blue C M Y K H S L
Decimal 171 74 251 0.32 0.71 0 0.02 272.88 0.96 0.64
Hex AB 4A FB 20 47 0 2 111 60 40
Octal 253 112 373 40 107 0 2 421 140 100
Binary 10101011 1001010 11111011 100000 1000111 0 10 100010001 1100000 1000000

Color Harmonies of #AB4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AFB

Black with #AB4AFB

Text Example


Text Example

White with #AB4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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