Html Css Color HEX #A235AB Dark Orchid

📋 copy color: '#A235AB'

red 162 ◦ green 53 ◦ blue 171

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

Shades of Dark Orchid #A235AB

Tints of Dark Orchid #A235AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 41.97%
G = 13.73%
B = 44.3%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A235AB (or 0xA235AB) is known color: Dark Orchid. HEX triplet: A2, 35 and AB. RGB value is (162,53,171). Sum of RGB (Red+Green+Blue) = 162+53+171=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #A235AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A235AB is #5DCA54. Grayscale: #626262. Windows color (decimal): -6146645 or 11220386. OLE color: 11220386.

HSL color Cylindrical-coordinate representation of color #A235AB: hue angle of 295.42º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A235AB is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 53 171 -
CMYK 0.05 0.69 0 0.33
HSL 295.42º 0.53% 0.44% -
HSV(B) 295.42º 0.69% 0.67% -
XYZ 23.52 13.17 39.83 -
YUV 99.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 162 53 171 0.05 0.69 0 0.33 295.42 0.53 0.44
Hex A2 35 AB 5 45 0 21 127 35 2C
Octal 242 65 253 5 105 0 41 447 65 54
Binary 10100010 110101 10101011 101 1000101 0 100001 100100111 110101 101100

Color Harmonies of #A235AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A235AB

Black with #A235AB

Text Example


Text Example

White with #A235AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A235AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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