Html Css Color HEX #AC3BCF Dark Orchid

📋 copy color: '#AC3BCF'

red 172 ◦ green 59 ◦ blue 207

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

Shades of Dark Orchid #AC3BCF

Tints of Dark Orchid #AC3BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.47%

 BLUE value IS 207 (81.25% from 255) = 47.26%

R = 39.27%
G = 13.47%
B = 47.26%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC3BCF (or 0xAC3BCF) is known color: Dark Orchid. HEX triplet: AC, 3B and CF. RGB value is (172,59,207). Sum of RGB (Red+Green+Blue) = 172+59+207=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC3BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BCF is #53C430. Grayscale: #6D6D6D. Windows color (decimal): -5489713 or 13581228. OLE color: 13581228.

HSL color Cylindrical-coordinate representation of color #AC3BCF: hue angle of 285.81º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3BCF is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 59 207 -
CMYK 0.17 0.71 0 0.19
HSL 285.81º 0.61% 0.52% -
HSV(B) 285.81º 0.71% 0.81% -
XYZ 29.84 16.4 60.62 -
YUV 109.66 182.94 172.47 -
System Red Green Blue C M Y K H S L
Decimal 172 59 207 0.17 0.71 0 0.19 285.81 0.61 0.52
Hex AC 3B CF 11 47 0 13 11E 3D 34
Octal 254 73 317 21 107 0 23 436 75 64
Binary 10101100 111011 11001111 10001 1000111 0 10011 100011110 111101 110100

Color Harmonies of #AC3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3BCF

Black with #AC3BCF

Text Example


Text Example

White with #AC3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3BCF; }

 p { color: rgb(172,59,207); }

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

background-color css

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

 a { background-color: rgb(172,59,207); }

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

border-color css

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

 span { border-color: rgb(172,59,207); }

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