Html Css Color HEX #AB5AED Medium Orchid

📋 copy color: '#AB5AED'

red 171 ◦ green 90 ◦ blue 237

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

Shades of Medium Orchid #AB5AED

Tints of Medium Orchid #AB5AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.07%

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

R = 34.34%
G = 18.07%
B = 47.59%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB5AED (or 0xAB5AED) is known color: Medium Orchid. HEX triplet: AB, 5A and ED. RGB value is (171,90,237). Sum of RGB (Red+Green+Blue) = 171+90+237=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB5AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5AED is #54A512. Grayscale: #828282. Windows color (decimal): -5547283 or 15555243. OLE color: 15555243.

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

Color convert

RGB 171 90 237 -
CMYK 0.28 0.62 0 0.07
HSL 273.06º 0.8% 0.64% -
HSV(B) 273.06º 0.62% 0.93% -
XYZ 35.74 22.08 82.5 -
YUV 130.98 187.84 156.55 -
System Red Green Blue C M Y K H S L
Decimal 171 90 237 0.28 0.62 0 0.07 273.06 0.8 0.64
Hex AB 5A ED 1C 3E 0 7 111 50 40
Octal 253 132 355 34 76 0 7 421 120 100
Binary 10101011 1011010 11101101 11100 111110 0 111 100010001 1010000 1000000

Color Harmonies of #AB5AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5AED

Black with #AB5AED

Text Example


Text Example

White with #AB5AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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