Html Css Color HEX #A830AC Dark Orchid

📋 copy color: '#A830AC'

red 168 ◦ green 48 ◦ blue 172

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

Shades of Dark Orchid #A830AC

Tints of Dark Orchid #A830AC

RGB

 RED value IS 168 (66.02% from 255) = 43.3%

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

 BLUE value IS 172 (67.58% from 255) = 44.33%

R = 43.3%
G = 12.37%
B = 44.33%

CMYK

 C value IS 0.02

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A830AC (or 0xA830AC) is known color: Dark Orchid. HEX triplet: A8, 30 and AC. RGB value is (168,48,172). Sum of RGB (Red+Green+Blue) = 168+48+172=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #A830AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A830AC is #57CF53. Grayscale: #616161. Windows color (decimal): -5754708 or 11284648. OLE color: 11284648.

HSL color Cylindrical-coordinate representation of color #A830AC: hue angle of 298.06º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A830AC is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 48 172 -
CMYK 0.02 0.72 0 0.33
HSL 298.06º 0.56% 0.43% -
HSV(B) 298.06º 0.72% 0.67% -
XYZ 24.65 13.42 40.32 -
YUV 98.02 169.76 177.92 -
System Red Green Blue C M Y K H S L
Decimal 168 48 172 0.02 0.72 0 0.33 298.06 0.56 0.43
Hex A8 30 AC 2 48 0 21 12A 38 2B
Octal 250 60 254 2 110 0 41 452 70 53
Binary 10101000 110000 10101100 10 1001000 0 100001 100101010 111000 101011

Color Harmonies of #A830AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830AC

Black with #A830AC

Text Example


Text Example

White with #A830AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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