Html Css Color HEX #AB4BCF Medium Orchid

📋 copy color: '#AB4BCF'

red 171 ◦ green 75 ◦ blue 207

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

Shades of Medium Orchid #AB4BCF

Tints of Medium Orchid #AB4BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 37.75%
G = 16.56%
B = 45.7%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB4BCF (or 0xAB4BCF) is known color: Medium Orchid. HEX triplet: AB, 4B and CF. RGB value is (171,75,207). Sum of RGB (Red+Green+Blue) = 171+75+207=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB4BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BCF is #54B430. Grayscale: #767676. Windows color (decimal): -5551153 or 13585323. OLE color: 13585323.

HSL color Cylindrical-coordinate representation of color #AB4BCF: hue angle of 283.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB4BCF is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 75 207 -
CMYK 0.17 0.64 0 0.19
HSL 283.64º 0.58% 0.55% -
HSV(B) 283.64º 0.64% 0.81% -
XYZ 30.57 18.2 60.93 -
YUV 118.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 171 75 207 0.17 0.64 0 0.19 283.64 0.58 0.55
Hex AB 4B CF 11 40 0 13 11C 3A 37
Octal 253 113 317 21 100 0 23 434 72 67
Binary 10101011 1001011 11001111 10001 1000000 0 10011 100011100 111010 110111

Color Harmonies of #AB4BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BCF

Black with #AB4BCF

Text Example


Text Example

White with #AB4BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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