Html Css Color HEX #AB4AED Medium Orchid

📋 copy color: '#AB4AED'

red 171 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #AB4AED

Tints of Medium Orchid #AB4AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.17%

R = 35.48%
G = 15.35%
B = 49.17%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB4AED (or 0xAB4AED) is known color: Medium Orchid. HEX triplet: AB, 4A and ED. RGB value is (171,74,237). Sum of RGB (Red+Green+Blue) = 171+74+237=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB4AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4AED is #54B512. Grayscale: #797979. Windows color (decimal): -5551379 or 15551147. OLE color: 15551147.

HSL color Cylindrical-coordinate representation of color #AB4AED: hue angle of 275.71º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4AED is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 74 237 -
CMYK 0.28 0.69 0 0.07
HSL 275.71º 0.82% 0.61% -
HSV(B) 275.71º 0.69% 0.93% -
XYZ 34.53 19.67 82.1 -
YUV 121.59 193.14 163.25 -
System Red Green Blue C M Y K H S L
Decimal 171 74 237 0.28 0.69 0 0.07 275.71 0.82 0.61
Hex AB 4A ED 1C 45 0 7 114 52 3D
Octal 253 112 355 34 105 0 7 424 122 75
Binary 10101011 1001010 11101101 11100 1000101 0 111 100010100 1010010 111101

Color Harmonies of #AB4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AED

Black with #AB4AED

Text Example


Text Example

White with #AB4AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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