Html Css Color HEX #A231BD Dark Orchid

📋 copy color: '#A231BD'

red 162 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #A231BD

Tints of Dark Orchid #A231BD

RGB

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

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

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

R = 40.5%
G = 12.25%
B = 47.25%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A231BD (or 0xA231BD) is known color: Dark Orchid. HEX triplet: A2, 31 and BD. RGB value is (162,49,189). Sum of RGB (Red+Green+Blue) = 162+49+189=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #A231BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A231BD is #5DCE42. Grayscale: #626262. Windows color (decimal): -6147651 or 12399010. OLE color: 12399010.

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

Color convert

RGB 162 49 189 -
CMYK 0.14 0.74 0 0.26
HSL 288.43º 0.59% 0.47% -
HSV(B) 288.43º 0.74% 0.74% -
XYZ 25.18 13.55 49.43 -
YUV 98.75 178.94 173.12 -
System Red Green Blue C M Y K H S L
Decimal 162 49 189 0.14 0.74 0 0.26 288.43 0.59 0.47
Hex A2 31 BD E 4A 0 1A 120 3B 2F
Octal 242 61 275 16 112 0 32 440 73 57
Binary 10100010 110001 10111101 1110 1001010 0 11010 100100000 111011 101111

Color Harmonies of #A231BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A231BD

Black with #A231BD

Text Example


Text Example

White with #A231BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A231BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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