Html Css Color HEX #A231AB Dark Orchid

📋 copy color: '#A231AB'

red 162 ◦ green 49 ◦ blue 171

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

Shades of Dark Orchid #A231AB

Tints of Dark Orchid #A231AB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.83%

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

R = 42.41%
G = 12.83%
B = 44.76%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A231AB (or 0xA231AB) is known color: Dark Orchid. HEX triplet: A2, 31 and AB. RGB value is (162,49,171). Sum of RGB (Red+Green+Blue) = 162+49+171=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #A231AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A231AB is #5DCE54. Grayscale: #606060. Windows color (decimal): -6147669 or 11219362. OLE color: 11219362.

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

Color convert

RGB 162 49 171 -
CMYK 0.05 0.71 0 0.33
HSL 295.57º 0.55% 0.43% -
HSV(B) 295.57º 0.71% 0.67% -
XYZ 23.35 12.82 39.77 -
YUV 96.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 162 49 171 0.05 0.71 0 0.33 295.57 0.55 0.43
Hex A2 31 AB 5 47 0 21 128 37 2B
Octal 242 61 253 5 107 0 41 450 67 53
Binary 10100010 110001 10101011 101 1000111 0 100001 100101000 110111 101011

Color Harmonies of #A231AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A231AB

Black with #A231AB

Text Example


Text Example

White with #A231AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A231AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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