Html Css Color HEX #AB4CCB Medium Orchid

📋 copy color: '#AB4CCB'

red 171 ◦ green 76 ◦ blue 203

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

Shades of Medium Orchid #AB4CCB

Tints of Medium Orchid #AB4CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 38%
G = 16.89%
B = 45.11%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB4CCB (or 0xAB4CCB) is known color: Medium Orchid. HEX triplet: AB, 4C and CB. RGB value is (171,76,203). Sum of RGB (Red+Green+Blue) = 171+76+203=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB4CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CCB is #54B334. Grayscale: #767676. Windows color (decimal): -5550901 or 13323435. OLE color: 13323435.

HSL color Cylindrical-coordinate representation of color #AB4CCB: hue angle of 284.88º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4CCB is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 76 203 -
CMYK 0.16 0.63 0 0.20
HSL 284.88º 0.55% 0.55% -
HSV(B) 284.88º 0.63% 0.8% -
XYZ 30.16 18.14 58.41 -
YUV 118.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 171 76 203 0.16 0.63 0 0.20 284.88 0.55 0.55
Hex AB 4C CB 10 3F 0 14 11D 37 37
Octal 253 114 313 20 77 0 24 435 67 67
Binary 10101011 1001100 11001011 10000 111111 0 10100 100011101 110111 110111

Color Harmonies of #AB4CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4CCB

Black with #AB4CCB

Text Example


Text Example

White with #AB4CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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