Html Css Color HEX #A235BA Dark Orchid

📋 copy color: '#A235BA'

red 162 ◦ green 53 ◦ blue 186

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

Shades of Dark Orchid #A235BA

Tints of Dark Orchid #A235BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.22%

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

R = 40.4%
G = 13.22%
B = 46.38%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A235BA (or 0xA235BA) is known color: Dark Orchid. HEX triplet: A2, 35 and BA. RGB value is (162,53,186). Sum of RGB (Red+Green+Blue) = 162+53+186=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #A235BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A235BA is #5DCA45. Grayscale: #646464. Windows color (decimal): -6146630 or 12203426. OLE color: 12203426.

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

Color convert

RGB 162 53 186 -
CMYK 0.13 0.72 0 0.27
HSL 289.17º 0.56% 0.47% -
HSV(B) 289.17º 0.72% 0.73% -
XYZ 25.04 13.77 47.79 -
YUV 100.75 176.11 171.69 -
System Red Green Blue C M Y K H S L
Decimal 162 53 186 0.13 0.72 0 0.27 289.17 0.56 0.47
Hex A2 35 BA D 48 0 1B 121 38 2F
Octal 242 65 272 15 110 0 33 441 70 57
Binary 10100010 110101 10111010 1101 1001000 0 11011 100100001 111000 101111

Color Harmonies of #A235BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A235BA

Black with #A235BA

Text Example


Text Example

White with #A235BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A235BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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