Html Css Color HEX #A230BD Dark Orchid

📋 copy color: '#A230BD'

red 162 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #A230BD

Tints of Dark Orchid #A230BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 40.6%
G = 12.03%
B = 47.37%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A230BD (or 0xA230BD) is known color: Dark Orchid. HEX triplet: A2, 30 and BD. RGB value is (162,48,189). Sum of RGB (Red+Green+Blue) = 162+48+189=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #A230BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A230BD is #5DCF42. Grayscale: #616161. Windows color (decimal): -6147907 or 12398754. OLE color: 12398754.

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

Color convert

RGB 162 48 189 -
CMYK 0.14 0.75 0 0.26
HSL 288.51º 0.59% 0.46% -
HSV(B) 288.51º 0.75% 0.74% -
XYZ 25.14 13.47 49.42 -
YUV 98.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 162 48 189 0.14 0.75 0 0.26 288.51 0.59 0.46
Hex A2 30 BD E 4B 0 1A 121 3B 2E
Octal 242 60 275 16 113 0 32 441 73 56
Binary 10100010 110000 10111101 1110 1001011 0 11010 100100001 111011 101110

Color Harmonies of #A230BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A230BD

Black with #A230BD

Text Example


Text Example

White with #A230BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A230BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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