Html Css Color HEX #AC1BE7 Dark Orchid

📋 copy color: '#AC1BE7'

red 172 ◦ green 27 ◦ blue 231

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

Shades of Dark Orchid #AC1BE7

Tints of Dark Orchid #AC1BE7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.28%

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

R = 40%
G = 6.28%
B = 53.72%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC1BE7 (or 0xAC1BE7) is known color: Dark Orchid. HEX triplet: AC, 1B and E7. RGB value is (172,27,231). Sum of RGB (Red+Green+Blue) = 172+27+231=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 231 (90.62% from 255 or 53.72% from 430); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC1BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1BE7 is #53E418. Grayscale: #5C5C5C. Windows color (decimal): -5497881 or 15145900. OLE color: 15145900.

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

Color convert

RGB 172 27 231 -
CMYK 0.26 0.88 0 0.09
HSL 282.65º 0.81% 0.51% -
HSV(B) 282.65º 0.88% 0.91% -
XYZ 31.83 15.32 76.88 -
YUV 93.61 205.54 183.91 -
System Red Green Blue C M Y K H S L
Decimal 172 27 231 0.26 0.88 0 0.09 282.65 0.81 0.51
Hex AC 1B E7 1A 58 0 9 11B 51 33
Octal 254 33 347 32 130 0 11 433 121 63
Binary 10101100 11011 11100111 11010 1011000 0 1001 100011011 1010001 110011

Color Harmonies of #AC1BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BE7

Black with #AC1BE7

Text Example


Text Example

White with #AC1BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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