Html Css Color HEX #AC64CB Medium Orchid

📋 copy color: '#AC64CB'

red 172 ◦ green 100 ◦ blue 203

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

Shades of Medium Orchid #AC64CB

Tints of Medium Orchid #AC64CB

RGB

 RED value IS 172 (67.58% from 255) = 36.21%

 GREEN value IS 100 (39.45% from 255) = 21.05%

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

R = 36.21%
G = 21.05%
B = 42.74%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC64CB (or 0xAC64CB) is known color: Medium Orchid. HEX triplet: AC, 64 and CB. RGB value is (172,100,203). Sum of RGB (Red+Green+Blue) = 172+100+203=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC64CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC64CB is #539B34. Grayscale: #848484. Windows color (decimal): -5479221 or 13329580. OLE color: 13329580.

HSL color Cylindrical-coordinate representation of color #AC64CB: hue angle of 281.94º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AC64CB is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 100 203 -
CMYK 0.15 0.51 0 0.20
HSL 281.94º 0.5% 0.59% -
HSV(B) 281.94º 0.51% 0.8% -
XYZ 32.35 22.2 59.08 -
YUV 133.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 172 100 203 0.15 0.51 0 0.20 281.94 0.5 0.59
Hex AC 64 CB F 33 0 14 11A 32 3B
Octal 254 144 313 17 63 0 24 432 62 73
Binary 10101100 1100100 11001011 1111 110011 0 10100 100011010 110010 111011

Color Harmonies of #AC64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC64CB

Black with #AC64CB

Text Example


Text Example

White with #AC64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC64CB; }

 p { color: rgb(172,100,203); }

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

background-color css

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

 a { background-color: rgb(172,100,203); }

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

border-color css

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

 span { border-color: rgb(172,100,203); }

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