Html Css Color HEX #A232BD Dark Orchid

📋 copy color: '#A232BD'

red 162 ◦ green 50 ◦ blue 189

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

Shades of Dark Orchid #A232BD

Tints of Dark Orchid #A232BD

RGB

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

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

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

R = 40.4%
G = 12.47%
B = 47.13%

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

#A232BD (or 0xA232BD) is known color: Dark Orchid. HEX triplet: A2, 32 and BD. RGB value is (162,50,189). Sum of RGB (Red+Green+Blue) = 162+50+189=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #A232BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232BD is #5DCD42. Grayscale: #626262. Windows color (decimal): -6147395 or 12399266. OLE color: 12399266.

HSL color Cylindrical-coordinate representation of color #A232BD: hue angle of 288.35º degrees, saturation: 0.58, 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 #A232BD is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 50 189 -
CMYK 0.14 0.74 0 0.26
HSL 288.35º 0.58% 0.47% -
HSV(B) 288.35º 0.74% 0.74% -
XYZ 25.23 13.64 49.45 -
YUV 99.33 178.61 172.7 -
System Red Green Blue C M Y K H S L
Decimal 162 50 189 0.14 0.74 0 0.26 288.35 0.58 0.47
Hex A2 32 BD E 4A 0 1A 120 3A 2F
Octal 242 62 275 16 112 0 32 440 72 57
Binary 10100010 110010 10111101 1110 1001010 0 11010 100100000 111010 101111

Color Harmonies of #A232BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A232BD

Black with #A232BD

Text Example


Text Example

White with #A232BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A232BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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