Html Css Color HEX #AB4CED Medium Orchid

📋 copy color: '#AB4CED'

red 171 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #AB4CED

Tints of Medium Orchid #AB4CED

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.7%

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

R = 35.33%
G = 15.7%
B = 48.97%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB4CED (or 0xAB4CED) is known color: Medium Orchid. HEX triplet: AB, 4C and ED. RGB value is (171,76,237). Sum of RGB (Red+Green+Blue) = 171+76+237=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB4CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4CED is #54B312. Grayscale: #7A7A7A. Windows color (decimal): -5550867 or 15551659. OLE color: 15551659.

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

Color convert

RGB 171 76 237 -
CMYK 0.28 0.68 0 0.07
HSL 275.4º 0.82% 0.61% -
HSV(B) 275.4º 0.68% 0.93% -
XYZ 34.67 19.94 82.14 -
YUV 122.76 192.47 162.41 -
System Red Green Blue C M Y K H S L
Decimal 171 76 237 0.28 0.68 0 0.07 275.4 0.82 0.61
Hex AB 4C ED 1C 44 0 7 113 52 3D
Octal 253 114 355 34 104 0 7 423 122 75
Binary 10101011 1001100 11101101 11100 1000100 0 111 100010011 1010010 111101

Color Harmonies of #AB4CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4CED

Black with #AB4CED

Text Example


Text Example

White with #AB4CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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