Html Css Color HEX #AC40CA Dark Orchid

📋 copy color: '#AC40CA'

red 172 ◦ green 64 ◦ blue 202

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

Shades of Dark Orchid #AC40CA

Tints of Dark Orchid #AC40CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.61%

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

R = 39.27%
G = 14.61%
B = 46.12%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC40CA (or 0xAC40CA) is known color: Dark Orchid. HEX triplet: AC, 40 and CA. RGB value is (172,64,202). Sum of RGB (Red+Green+Blue) = 172+64+202=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC40CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40CA is #53BF35. Grayscale: #6F6F6F. Windows color (decimal): -5488438 or 13254828. OLE color: 13254828.

HSL color Cylindrical-coordinate representation of color #AC40CA: hue angle of 286.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC40CA is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 64 202 -
CMYK 0.15 0.68 0 0.21
HSL 286.96º 0.57% 0.52% -
HSV(B) 286.96º 0.68% 0.79% -
XYZ 29.51 16.7 57.55 -
YUV 112.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 172 64 202 0.15 0.68 0 0.21 286.96 0.57 0.52
Hex AC 40 CA F 44 0 15 11F 39 34
Octal 254 100 312 17 104 0 25 437 71 64
Binary 10101100 1000000 11001010 1111 1000100 0 10101 100011111 111001 110100

Color Harmonies of #AC40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC40CA

Black with #AC40CA

Text Example


Text Example

White with #AC40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC40CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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