Html Css Color HEX #AB4AFA Medium Orchid

📋 copy color: '#AB4AFA'

red 171 ◦ green 74 ◦ blue 250

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

Shades of Medium Orchid #AB4AFA

Tints of Medium Orchid #AB4AFA

RGB

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

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

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

R = 34.55%
G = 14.95%
B = 50.51%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB4AFA (or 0xAB4AFA) is known color: Medium Orchid. HEX triplet: AB, 4A and FA. RGB value is (171,74,250). Sum of RGB (Red+Green+Blue) = 171+74+250=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 74 (29.30% from 255 or 14.95% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB4AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4AFA is #54B505. Grayscale: #7A7A7A. Windows color (decimal): -5551366 or 16403115. OLE color: 16403115.

HSL color Cylindrical-coordinate representation of color #AB4AFA: hue angle of 273.07º 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 #AB4AFA is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 74 250 -
CMYK 0.32 0.70 0 0.02
HSL 273.07º 0.95% 0.64% -
HSV(B) 273.07º 0.7% 0.98% -
XYZ 36.5 20.46 92.47 -
YUV 123.07 199.64 162.19 -
System Red Green Blue C M Y K H S L
Decimal 171 74 250 0.32 0.70 0 0.02 273.07 0.95 0.64
Hex AB 4A FA 20 46 0 2 111 5F 40
Octal 253 112 372 40 106 0 2 421 137 100
Binary 10101011 1001010 11111010 100000 1000110 0 10 100010001 1011111 1000000

Color Harmonies of #AB4AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AFA

Black with #AB4AFA

Text Example


Text Example

White with #AB4AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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