Html Css Color HEX #AC3BE7 Dark Orchid

📋 copy color: '#AC3BE7'

red 172 ◦ green 59 ◦ blue 231

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

Shades of Dark Orchid #AC3BE7

Tints of Dark Orchid #AC3BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 50%

R = 37.23%
G = 12.77%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC3BE7 (or 0xAC3BE7) is known color: Dark Orchid. HEX triplet: AC, 3B and E7. RGB value is (172,59,231). Sum of RGB (Red+Green+Blue) = 172+59+231=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 59 (23.44% from 255 or 12.77% from 462); Blue value is 231 (90.62% from 255 or 50% from 462); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC3BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3BE7 is #53C418. Grayscale: #6F6F6F. Windows color (decimal): -5489689 or 15154092. OLE color: 15154092.

HSL color Cylindrical-coordinate representation of color #AC3BE7: hue angle of 279.42º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3BE7 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 59 231 -
CMYK 0.26 0.74 0 0.09
HSL 279.42º 0.78% 0.57% -
HSV(B) 279.42º 0.74% 0.91% -
XYZ 33 17.67 77.27 -
YUV 112.4 194.94 170.51 -
System Red Green Blue C M Y K H S L
Decimal 172 59 231 0.26 0.74 0 0.09 279.42 0.78 0.57
Hex AC 3B E7 1A 4A 0 9 117 4E 39
Octal 254 73 347 32 112 0 11 427 116 71
Binary 10101100 111011 11100111 11010 1001010 0 1001 100010111 1001110 111001

Color Harmonies of #AC3BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3BE7

Black with #AC3BE7

Text Example


Text Example

White with #AC3BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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