Html Css Color HEX #AB4BCC Medium Orchid

📋 copy color: '#AB4BCC'

red 171 ◦ green 75 ◦ blue 204

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

Shades of Medium Orchid #AB4BCC

Tints of Medium Orchid #AB4BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 38%
G = 16.67%
B = 45.33%

CMYK

 C value IS 0.16

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB4BCC (or 0xAB4BCC) is known color: Medium Orchid. HEX triplet: AB, 4B and CC. RGB value is (171,75,204). Sum of RGB (Red+Green+Blue) = 171+75+204=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB4BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BCC is #54B433. Grayscale: #757575. Windows color (decimal): -5551156 or 13388715. OLE color: 13388715.

HSL color Cylindrical-coordinate representation of color #AB4BCC: hue angle of 284.65º degrees, saturation: 0.56, 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 #AB4BCC is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 75 204 -
CMYK 0.16 0.63 0 0.2
HSL 284.65º 0.56% 0.55% -
HSV(B) 284.65º 0.63% 0.8% -
XYZ 30.21 18.05 59.02 -
YUV 118.41 176.3 165.51 -
System Red Green Blue C M Y K H S L
Decimal 171 75 204 0.16 0.63 0 0.2 284.65 0.56 0.55
Hex AB 4B CC 10 3F 0 14 11D 38 37
Octal 253 113 314 20 77 0 24 435 70 67
Binary 10101011 1001011 11001100 10000 111111 0 10100 100011101 111000 110111

Color Harmonies of #AB4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4BCC

Black with #AB4BCC

Text Example


Text Example

White with #AB4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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