Html Css Color HEX #A232BA Dark Orchid

📋 copy color: '#A232BA'

red 162 ◦ green 50 ◦ blue 186

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

Shades of Dark Orchid #A232BA

Tints of Dark Orchid #A232BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.56%

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

R = 40.7%
G = 12.56%
B = 46.73%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A232BA (or 0xA232BA) is known color: Dark Orchid. HEX triplet: A2, 32 and BA. RGB value is (162,50,186). Sum of RGB (Red+Green+Blue) = 162+50+186=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #A232BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232BA is #5DCD45. Grayscale: #626262. Windows color (decimal): -6147398 or 12202658. OLE color: 12202658.

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

Color convert

RGB 162 50 186 -
CMYK 0.13 0.73 0 0.27
HSL 289.41º 0.58% 0.46% -
HSV(B) 289.41º 0.73% 0.73% -
XYZ 24.9 13.51 47.75 -
YUV 98.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 162 50 186 0.13 0.73 0 0.27 289.41 0.58 0.46
Hex A2 32 BA D 49 0 1B 121 3A 2E
Octal 242 62 272 15 111 0 33 441 72 56
Binary 10100010 110010 10111010 1101 1001001 0 11011 100100001 111010 101110

Color Harmonies of #A232BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A232BA

Black with #A232BA

Text Example


Text Example

White with #A232BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A232BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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