Html Css Color HEX #AB4BEA Medium Orchid

📋 copy color: '#AB4BEA'

red 171 ◦ green 75 ◦ blue 234

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

Shades of Medium Orchid #AB4BEA

Tints of Medium Orchid #AB4BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.63%

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

R = 35.63%
G = 15.63%
B = 48.75%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB4BEA (or 0xAB4BEA) is known color: Medium Orchid. HEX triplet: AB, 4B and EA. RGB value is (171,75,234). Sum of RGB (Red+Green+Blue) = 171+75+234=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB4BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4BEA is #54B415. Grayscale: #797979. Windows color (decimal): -5551126 or 15354795. OLE color: 15354795.

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

Color convert

RGB 171 75 234 -
CMYK 0.27 0.68 0 0.08
HSL 276.23º 0.79% 0.61% -
HSV(B) 276.23º 0.68% 0.92% -
XYZ 34.16 19.63 79.83 -
YUV 121.83 191.3 163.07 -
System Red Green Blue C M Y K H S L
Decimal 171 75 234 0.27 0.68 0 0.08 276.23 0.79 0.61
Hex AB 4B EA 1B 44 0 8 114 4F 3D
Octal 253 113 352 33 104 0 10 424 117 75
Binary 10101011 1001011 11101010 11011 1000100 0 1000 100010100 1001111 111101

Color Harmonies of #AB4BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BEA

Black with #AB4BEA

Text Example


Text Example

White with #AB4BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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