Html Css Color HEX #AB4ACC Medium Orchid

📋 copy color: '#AB4ACC'

red 171 ◦ green 74 ◦ blue 204

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

Shades of Medium Orchid #AB4ACC

Tints of Medium Orchid #AB4ACC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.48%

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

R = 38.08%
G = 16.48%
B = 45.43%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB4ACC (or 0xAB4ACC) is known color: Medium Orchid. HEX triplet: AB, 4A and CC. RGB value is (171,74,204). Sum of RGB (Red+Green+Blue) = 171+74+204=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB4ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4ACC is #54B533. Grayscale: #757575. Windows color (decimal): -5551412 or 13388459. OLE color: 13388459.

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

Color convert

RGB 171 74 204 -
CMYK 0.16 0.64 0 0.2
HSL 284.77º 0.56% 0.55% -
HSV(B) 284.77º 0.64% 0.8% -
XYZ 30.14 17.92 59 -
YUV 117.82 176.64 165.93 -
System Red Green Blue C M Y K H S L
Decimal 171 74 204 0.16 0.64 0 0.2 284.77 0.56 0.55
Hex AB 4A CC 10 40 0 14 11D 38 37
Octal 253 112 314 20 100 0 24 435 70 67
Binary 10101011 1001010 11001100 10000 1000000 0 10100 100011101 111000 110111

Color Harmonies of #AB4ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4ACC

Black with #AB4ACC

Text Example


Text Example

White with #AB4ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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