Html Css Color HEX #AC38CB Dark Orchid

📋 copy color: '#AC38CB'

red 172 ◦ green 56 ◦ blue 203

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

Shades of Dark Orchid #AC38CB

Tints of Dark Orchid #AC38CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.99%

 BLUE value IS 203 (79.69% from 255) = 47.1%

R = 39.91%
G = 12.99%
B = 47.1%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC38CB (or 0xAC38CB) is known color: Dark Orchid. HEX triplet: AC, 38 and CB. RGB value is (172,56,203). Sum of RGB (Red+Green+Blue) = 172+56+203=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC38CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC38CB is #53C734. Grayscale: #6A6A6A. Windows color (decimal): -5490485 or 13318316. OLE color: 13318316.

HSL color Cylindrical-coordinate representation of color #AC38CB: hue angle of 287.35º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC38CB is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 56 203 -
CMYK 0.15 0.72 0 0.20
HSL 287.35º 0.59% 0.51% -
HSV(B) 287.35º 0.72% 0.8% -
XYZ 29.21 15.91 58.03 -
YUV 107.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 172 56 203 0.15 0.72 0 0.20 287.35 0.59 0.51
Hex AC 38 CB F 48 0 14 11F 3B 33
Octal 254 70 313 17 110 0 24 437 73 63
Binary 10101100 111000 11001011 1111 1001000 0 10100 100011111 111011 110011

Color Harmonies of #AC38CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC38CB

Black with #AC38CB

Text Example


Text Example

White with #AC38CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC38CB; }

 p { color: rgb(172,56,203); }

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

background-color css

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

 a { background-color: rgb(172,56,203); }

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

border-color css

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

 span { border-color: rgb(172,56,203); }

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