Html Css Color HEX #AC65CA Medium Orchid

📋 copy color: '#AC65CA'

red 172 ◦ green 101 ◦ blue 202

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

Shades of Medium Orchid #AC65CA

Tints of Medium Orchid #AC65CA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.26%

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 36.21%
G = 21.26%
B = 42.53%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC65CA (or 0xAC65CA) is known color: Medium Orchid. HEX triplet: AC, 65 and CA. RGB value is (172,101,202). Sum of RGB (Red+Green+Blue) = 172+101+202=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC65CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC65CA is #539A35. Grayscale: #858585. Windows color (decimal): -5478966 or 13264300. OLE color: 13264300.

HSL color Cylindrical-coordinate representation of color #AC65CA: hue angle of 282.18º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC65CA is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 101 202 -
CMYK 0.15 0.50 0 0.21
HSL 282.18º 0.49% 0.59% -
HSV(B) 282.18º 0.5% 0.79% -
XYZ 32.33 22.34 58.49 -
YUV 133.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 172 101 202 0.15 0.50 0 0.21 282.18 0.49 0.59
Hex AC 65 CA F 32 0 15 11A 31 3B
Octal 254 145 312 17 62 0 25 432 61 73
Binary 10101100 1100101 11001010 1111 110010 0 10101 100011010 110001 111011

Color Harmonies of #AC65CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC65CA

Black with #AC65CA

Text Example


Text Example

White with #AC65CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC65CA; }

 p { color: rgb(172,101,202); }

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

background-color css

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

 a { background-color: rgb(172,101,202); }

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

border-color css

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

 span { border-color: rgb(172,101,202); }

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