Html Css Color HEX #AC30CB Dark Orchid

📋 copy color: '#AC30CB'

red 172 ◦ green 48 ◦ blue 203

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

Shades of Dark Orchid #AC30CB

Tints of Dark Orchid #AC30CB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.35%

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

R = 40.66%
G = 11.35%
B = 47.99%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AC30CB (or 0xAC30CB) is known color: Dark Orchid. HEX triplet: AC, 30 and CB. RGB value is (172,48,203). Sum of RGB (Red+Green+Blue) = 172+48+203=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC30CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC30CB is #53CF34. Grayscale: #666666. Windows color (decimal): -5492533 or 13316268. OLE color: 13316268.

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

Color convert

RGB 172 48 203 -
CMYK 0.15 0.76 0 0.20
HSL 288º 0.62% 0.49% -
HSV(B) 288º 0.76% 0.8% -
XYZ 28.85 15.2 57.91 -
YUV 102.75 184.58 177.4 -
System Red Green Blue C M Y K H S L
Decimal 172 48 203 0.15 0.76 0 0.20 288 0.62 0.49
Hex AC 30 CB F 4C 0 14 120 3E 31
Octal 254 60 313 17 114 0 24 440 76 61
Binary 10101100 110000 11001011 1111 1001100 0 10100 100100000 111110 110001

Color Harmonies of #AC30CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC30CB

Black with #AC30CB

Text Example


Text Example

White with #AC30CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC30CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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