Html Css Color HEX #A32FBE Dark Orchid

📋 copy color: '#A32FBE'

red 163 ◦ green 47 ◦ blue 190

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

Shades of Dark Orchid #A32FBE

Tints of Dark Orchid #A32FBE

RGB

 RED value IS 163 (64.06% from 255) = 40.75%

 GREEN value IS 47 (18.75% from 255) = 11.75%

 BLUE value IS 190 (74.61% from 255) = 47.5%

R = 40.75%
G = 11.75%
B = 47.5%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A32FBE (or 0xA32FBE) is known color: Dark Orchid. HEX triplet: A3, 2F and BE. RGB value is (163,47,190). Sum of RGB (Red+Green+Blue) = 163+47+190=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #A32FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FBE is #5CD041. Grayscale: #616161. Windows color (decimal): -6082626 or 12464035. OLE color: 12464035.

HSL color Cylindrical-coordinate representation of color #A32FBE: hue angle of 288.67º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32FBE is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 47 190 -
CMYK 0.14 0.75 0 0.25
HSL 288.67º 0.6% 0.46% -
HSV(B) 288.67º 0.75% 0.75% -
XYZ 25.42 13.54 49.99 -
YUV 97.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 163 47 190 0.14 0.75 0 0.25 288.67 0.6 0.46
Hex A3 2F BE E 4B 0 19 121 3C 2E
Octal 243 57 276 16 113 0 31 441 74 56
Binary 10100011 101111 10111110 1110 1001011 0 11001 100100001 111100 101110

Color Harmonies of #A32FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32FBE

Black with #A32FBE

Text Example


Text Example

White with #A32FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32FBE; }

 p { color: rgb(163,47,190); }

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

background-color css

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

 a { background-color: rgb(163,47,190); }

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

border-color css

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

 span { border-color: rgb(163,47,190); }

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