Html Css Color HEX #A230AC Dark Orchid

📋 copy color: '#A230AC'

red 162 ◦ green 48 ◦ blue 172

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

Shades of Dark Orchid #A230AC

Tints of Dark Orchid #A230AC

RGB

 RED value IS 162 (63.67% from 255) = 42.41%

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

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

R = 42.41%
G = 12.57%
B = 45.03%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A230AC (or 0xA230AC) is known color: Dark Orchid. HEX triplet: A2, 30 and AC. RGB value is (162,48,172). Sum of RGB (Red+Green+Blue) = 162+48+172=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #A230AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A230AC is #5DCF53. Grayscale: #5F5F5F. Windows color (decimal): -6147924 or 11284642. OLE color: 11284642.

HSL color Cylindrical-coordinate representation of color #A230AC: hue angle of 295.16º 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 #A230AC is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 48 172 -
CMYK 0.06 0.72 0 0.33
HSL 295.16º 0.56% 0.43% -
HSV(B) 295.16º 0.72% 0.67% -
XYZ 23.4 12.77 40.26 -
YUV 96.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 162 48 172 0.06 0.72 0 0.33 295.16 0.56 0.43
Hex A2 30 AC 6 48 0 21 127 38 2B
Octal 242 60 254 6 110 0 41 447 70 53
Binary 10100010 110000 10101100 110 1001000 0 100001 100100111 111000 101011

Color Harmonies of #A230AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A230AC

Black with #A230AC

Text Example


Text Example

White with #A230AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A230AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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