Html Css Color HEX #A230BA Dark Orchid

📋 copy color: '#A230BA'

red 162 ◦ green 48 ◦ blue 186

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

Shades of Dark Orchid #A230BA

Tints of Dark Orchid #A230BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 40.91%
G = 12.12%
B = 46.97%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A230BA (or 0xA230BA) is known color: Dark Orchid. HEX triplet: A2, 30 and BA. RGB value is (162,48,186). Sum of RGB (Red+Green+Blue) = 162+48+186=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #A230BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A230BA is #5DCF45. Grayscale: #616161. Windows color (decimal): -6147910 or 12202146. OLE color: 12202146.

HSL color Cylindrical-coordinate representation of color #A230BA: hue angle of 289.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A230BA is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 48 186 -
CMYK 0.13 0.74 0 0.27
HSL 289.57º 0.59% 0.46% -
HSV(B) 289.57º 0.74% 0.73% -
XYZ 24.82 13.34 47.72 -
YUV 97.82 177.77 173.78 -
System Red Green Blue C M Y K H S L
Decimal 162 48 186 0.13 0.74 0 0.27 289.57 0.59 0.46
Hex A2 30 BA D 4A 0 1B 122 3B 2E
Octal 242 60 272 15 112 0 33 442 73 56
Binary 10100010 110000 10111010 1101 1001010 0 11011 100100010 111011 101110

Color Harmonies of #A230BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A230BA

Black with #A230BA

Text Example


Text Example

White with #A230BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A230BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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