Html Css Color HEX #AB5EEA Medium Orchid

📋 copy color: '#AB5EEA'

red 171 ◦ green 94 ◦ blue 234

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

Shades of Medium Orchid #AB5EEA

Tints of Medium Orchid #AB5EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.84%

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 34.27%
G = 18.84%
B = 46.89%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB5EEA (or 0xAB5EEA) is known color: Medium Orchid. HEX triplet: AB, 5E and EA. RGB value is (171,94,234). Sum of RGB (Red+Green+Blue) = 171+94+234=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 94 (37.11% from 255 or 18.84% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB5EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5EEA is #54A115. Grayscale: #848484. Windows color (decimal): -5546262 or 15359659. OLE color: 15359659.

HSL color Cylindrical-coordinate representation of color #AB5EEA: hue angle of 273º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB5EEA is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 94 234 -
CMYK 0.27 0.60 0 0.08
HSL 273º 0.77% 0.64% -
HSV(B) 273º 0.6% 0.92% -
XYZ 35.65 22.6 80.33 -
YUV 132.98 185.01 155.12 -
System Red Green Blue C M Y K H S L
Decimal 171 94 234 0.27 0.60 0 0.08 273 0.77 0.64
Hex AB 5E EA 1B 3C 0 8 111 4D 40
Octal 253 136 352 33 74 0 10 421 115 100
Binary 10101011 1011110 11101010 11011 111100 0 1000 100010001 1001101 1000000

Color Harmonies of #AB5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5EEA

Black with #AB5EEA

Text Example


Text Example

White with #AB5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5EEA; }

 p { color: rgb(171,94,234); }

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

background-color css

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

 a { background-color: rgb(171,94,234); }

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

border-color css

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

 span { border-color: rgb(171,94,234); }

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