Html Css Color HEX #AB4DEA Medium Orchid

📋 copy color: '#AB4DEA'

red 171 ◦ green 77 ◦ blue 234

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

Shades of Medium Orchid #AB4DEA

Tints of Medium Orchid #AB4DEA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.98%

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

R = 35.48%
G = 15.98%
B = 48.55%

CMYK

 C value IS 0.27

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB4DEA (or 0xAB4DEA) is known color: Medium Orchid. HEX triplet: AB, 4D and EA. RGB value is (171,77,234). Sum of RGB (Red+Green+Blue) = 171+77+234=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB4DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4DEA is #54B215. Grayscale: #7A7A7A. Windows color (decimal): -5550614 or 15355307. OLE color: 15355307.

HSL color Cylindrical-coordinate representation of color #AB4DEA: hue angle of 275.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB4DEA is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 77 234 -
CMYK 0.27 0.67 0 0.08
HSL 275.92º 0.79% 0.61% -
HSV(B) 275.92º 0.67% 0.92% -
XYZ 34.3 19.91 79.88 -
YUV 123 190.64 162.23 -
System Red Green Blue C M Y K H S L
Decimal 171 77 234 0.27 0.67 0 0.08 275.92 0.79 0.61
Hex AB 4D EA 1B 43 0 8 114 4F 3D
Octal 253 115 352 33 103 0 10 424 117 75
Binary 10101011 1001101 11101010 11011 1000011 0 1000 100010100 1001111 111101

Color Harmonies of #AB4DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4DEA

Black with #AB4DEA

Text Example


Text Example

White with #AB4DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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